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