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