CreateDiskDirectory (open)
Create a directory
Syntax
LOADLIB "wh::files.whlib";
BOOLEAN FUNCTION CreateDiskDirectory(STRING directory, BOOLEAN visible)
Parameters
STRING directory
Path to directory to create.
BOOLEAN visible
Set true to create a directory whose contents are visible to other users (unix only)
Return value
BOOLEAN
true if directory could be created on disk