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

Rmdir

From FenixWiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 19:23, 26 June 2007 (edit)
Sandman (Talk | contribs)

← Previous diff
Current revision (19:23, 26 June 2007) (edit) (undo)
Sandman (Talk | contribs)

 

Current revision


[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.
Personal tools