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