Skip to content

os.mkdir

Jason Perkins edited this page May 15, 2015 · 3 revisions

The os.mkdir function creates a new directory.

os.mkdir("path")

Parameters

path is the file system path to be created.

Return Value

True if successful, otherwise nil and an error message.

Availability

Premake 4.0 or later.

See Also

Clone this wiki locally