For the complete documentation index, see llms.txt. This page is also available as Markdown.

mkdir

create a directory
     dirname - directory name
     mode    - file permissions (for unix)
returns: error code from the system
Thread-safe function.

long mkdir(string dirname, long mode);

Last updated

Was this helpful?