PreviousNext
Help > REFERENCE OF THE BUILT-IN FUNCTIONS > Files and File Storage Devices > mkdir
mkdir

Format:

integer= mkdir (path);

Make a new directory and return 1 if successful, or 0 otherwise.

This function can be executed on data storage devices only. It will return 0 if an attempt is made to use it in other devices.