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

Mkdir

From FenixWiki

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


Definition

INT MkDir ( <STRING directoryname> )

Creates a new directory in the current path of execution with a certain name.

Parameters

STRING directoryname - The directoryname of the directory to be created.

Returns

INT : Success

0 (false) - Creating of a new directory with the specified name failed.
 !0 (true) - Creating of a new directory with the specified name succeeded.
Personal tools