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

Format:

integer= rmdir (path);

Remove directory and return 1 if successful, or 0 otherwise. The directory must be empty in order to be removed.

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.