- Reference >
- mongo Shell Methods >
- Native Methods >
- listFiles()
listFiles()¶
- listFiles()¶
Returns an array, containing one document per object in the directory. This function operates in the context of the mongo shell. The fields included in the documents are:
- name
A string which contains the pathname of the object.
- baseName
A string which contains the name of the object.
- isDirectory
A boolean to indicate whether the object is a directory.
- size
The size of the object in bytes. This field is only present for files.
Thank you for your feedback!
We're sorry! You can Report a Problem to help us improve this page.