md5sumFile()
On this page
This version of the documentation is archived and no longer
supported. View the current documentation to learn how to
upgrade your version of MongoDB.
Description
md5sumFile(filename)
Returns a md5 hash of the specified file.
The
md5sumFile()
method has the following parameter:ParameterTypeDescriptionfilename
string
A file name.
Note
The specified filename must refer to a file located on the system running the
mongo
shell.