string CreateDirectory(string dirPath)

Creates a directory, and returns true if the directory was created.

Security

Trust Level Required: Full Trust

Parameters

Name Description
dirPath The path to the new directory.

Return

A JSON string where Bool indicates if the function succeeded and Str is an error message on failure.