Docs Menu
Docs Home
/
MongoDB Manual
/ / /

removeFile()

On this page

  • Description

Note

The native method listed here is for the legacy mongo shell.

To use native methods in mongosh, see Native Methods in mongosh.

removeFile(filename)

Removes the specified file from the local file system.

The removeFile() method has the following parameter:

Parameter
Type
Description

filename

string

A filename or path to a local file.

Back

quit()

On this page