Core Function MKDir
From Sputnik Wiki
(Difference between revisions)
UberFoX (Talk | contribs)
(Created page with "<pre> MKDir ( <path> ) </pre> === Description === Creates all directories and subdirectories as specified by path. === Parameters === ==== path ==== The path to use. === Re...")
(Created page with "<pre> MKDir ( <path> ) </pre> === Description === Creates all directories and subdirectories as specified by path. === Parameters === ==== path ==== The path to use. === Re...")
Latest revision as of 12:56, 2 December 2011
MKDir ( <path> )
Contents |
Description
Creates all directories and subdirectories as specified by path.
Parameters
path
The path to use.
Return Value
Success: Returns 1.
Failure: Returns 0.
Remarks
None
Example
mkdir('test\test2\test3');