This wiki is out of date, use the continuation of this wiki instead

Mkdir

From FenixWiki

Jump to: navigation, search


[edit] Definition

INT mkdir ( <STRING directoryname> )

Creates a new directory in the current path of execution with a certain name.

[edit] Parameters

STRING directoryname - The name of the directory to be created.

[edit] Returns

INT : Success

0 (false) - Creating a new directory with the specified name failed.
 !0 (true) - Creating a new directory with the specified name succeeded.
Personal tools