system.directory.create

Syntax

b = system.directory.create(s)

Create the directory s. Returns true if successful.

This function will create all necessary parent directories.

Returns:b - true on success.
Arguments:s - The name of the directory to create.