Docs Menu

Docs HomeDevelop ApplicationsMongoDB Manual

cd()

On this page

  • Definition
cd(path)
Parameter
Type
Description
path
string
A path on the file system local to mongosh context.

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

←  cat()copyDbpath() →

On this page