Creates a directory, returning True if successful. Generates an error if the directory can not be created.
The precise behavior of this function are defined by the host operating system and file system.
makeDirectory ( directory As String ) As Boolean
| Argument | Type | Description |
|---|---|---|
| directory | String | The path to the directory to be created. |