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.