[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Function: MkDir()
Use MkDir() to create a DOS directory.
Syntax: MkDir(<cDir>) --> nError
Arguments: <cDir> is the DOS directory to create, a full path
may be supplied.
Returns: Numeric code, 0 means no error, any other value
indicate an error, the Number is the DOS error
code.
Usage: MkDir('CLIPPER\EXPAND')
See Also:
ChDir()
RmDir()
GetDir()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson