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

Rmdir

From FenixWiki

Revision as of 19:23, 26 June 2007 by Sandman (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search


[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