We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The os.chdir function changes the current working directory.
ok, err = os.chdir("path")
path is the file system path to the new working directory.
True if successful, otherwise nil and an error message.