We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The os.mkdir function creates a new 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.