Docs Menu

cd()

On this page

Note

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

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

cd(path)
Parameter
Type
Description

path

string

A path on the file system local to the mongo shell context.

cd() changes the directory context of mongo and has no effect on the MongoDB server.

On this page