-
-
Notifications
You must be signed in to change notification settings - Fork 621
os.mkdir
starkos edited this page Apr 10, 2021
·
3 revisions
This wiki is no longer being maintained.
Creates a new file system directory.
os.mkdir("path")
path
is the file system path to be created.
True if successful, otherwise nil and an error message.
Premake 4.0 or later.