- This wiki is out of date, use the continuation of this wiki instead
Rmdir
From FenixWiki
[edit] Definition
INT rmdir ( <STRING directoryname> )
Removes (deletes) the directory in the current path of execution with a certain name.
[edit] Parameters
STRING directoryname | - The name of the directory to be removed (deleted). |
[edit] Returns
INT : Success
0 (false) | - Removing the directory with the specified name failed. |
!0 (true) | - Removing the directory with the specified name succeeded. |