bool CreateDirectory(string dirPath)
Creates a directory, and returns true if the directory was created. Trust Level Required: High
Parameters
| Name | Description |
| dirPath | The path to the new directory. |
Return
False if the directory already existed.
Creates a directory, and returns true if the directory was created. Trust Level Required: High
| Name | Description |
| dirPath | The path to the new directory. |
False if the directory already existed.