DirectoryCreateDirectory Method |
Creates all directories and subdirectories as specified by path.
Namespace: CMS.AzureStorageAssembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 13.0.131
Syntax public override DirectoryInfo CreateDirectory(
string path
)
Parameters
- path
- Type: SystemString
Path to create.
Return Value
Type:
DirectoryInfoExceptions Exception | Condition |
---|
PathTooLongException | path is too long |
ArgumentException | path contains invalid characters |
See Also