CreateDiskDirectoryRecursive (open)
Create a directory and its parents
Syntax
LOADLIB "wh::files.whlib";
BOOLEAN FUNCTION CreateDiskDirectoryRecursive(STRING directory, BOOLEAN visible)Parameters
STRING directoryPath to directory to create. If any of the parent directories does not exist, it will be created recursively.
BOOLEAN visibleSet true to create a directory whose contents are visible to other users (unix only)
Return value
BOOLEANtrue if directory could be created on disk