removeFile()
On this page
MongoDB 5.0 is end of life as of October 2024. This version of the documentation is no longer
supported. To upgrade your 5.0 deployment, see the MongoDB 6.0 upgrade procedures.
Note
The native method listed here is for the legacy mongo
shell.
To use native methods in mongosh
, see
Native Methods in mongosh
.
Description
removeFile(filename)
Removes the specified file from the local file system.
The
removeFile()
method has the following parameter:ParameterTypeDescriptionfilename
string
A filename or path to a local file.