DirectoryInfoCreateSubdirectoryInternal Method |
Creates subdirectory.
Namespace: CMS.AmazonStorageAssembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 12.0.0
Syntax protected override DirectoryInfo CreateSubdirectoryInternal(
string subdir
)
Parameters
- subdir
- Type: SystemString
Subdirectory to create.
Return Value
Type:
DirectoryInfoSee Also