Discuss this help topic in SecureBlackbox Forum
Creates new directory on the server.
Declaration
Parameters
Description
This method causes the specified directory to be created as a directory (if the path is absolute) or as a subdirectory of the current working directory (if the path is relative).
Note that this method is quite low-level doesn't create parent directories if they don't exist. If you need to create a complete path (i.e. some of parent directories and the desired directory), use CreateCompletePath method.