Version:
CreateDirectoryAsync(string path) Method
Ensures that the directory with the specified path exists.
Syntax
public
abstract
System.Threading.Tasks.Task CreateDirectoryAsync(string path)
Parameters
- path
- Type: string
The full path of the directory.