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.