CreateDirectoryAsync(string directoryName) Method
Creates the specified directory if it does not already exist.
Syntax
public
abstract
System.Threading.Tasks.Task
CreateDirectoryAsync(
string
directoryName)
Parameters
directoryName
Type: string
The name of the directory.