CreateDiskDirectoryRecursive (open)

Create a directory and its parents

Syntax

LOADLIB "wh::files.whlib";

BOOLEAN FUNCTION CreateDiskDirectoryRecursive(STRING directory, BOOLEAN visible)

Parameters

STRING directory

Path to directory to create. If any of the parent directories does not exist, it will be created recursively.

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