-
-
Notifications
You must be signed in to change notification settings - Fork 619
os.chdir
starkos edited this page Apr 10, 2021
·
3 revisions
This wiki is no longer being maintained.
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.
Premake 4.0 or later.