CREATEDIR |
Top Previous Next |
Syntax INT = CREATEDIR (path as STRING) Description Creates a directory Parameters path - full path to new directory Return value Returns 0 if the directory could not be created Remarks CREATEDIR can only create a directory below one that already exists. The path name should not contain a trailing slash. Example usage CREATEDIR "c:\\myfiles\\new directory" |