Click or drag to resize
DirectoryInfoCreateSubdirectoryInternal Method
Creates subdirectory.

Namespace: CMS.FileSystemStorage
Assembly: CMS.FileSystemStorage (in CMS.FileSystemStorage.dll) Version: 9.0.0
Syntax
C#
protected override DirectoryInfo CreateSubdirectoryInternal(
	string subdir
)

Parameters

subdir
Type: SystemString
Subdirectory to create

Return Value

Type: DirectoryInfo
See Also