Click or drag to resize
DirectoryInfoCreateSubdirectory Method
Creates subdirectory.

Namespace: CMS.FileSystemStorage
Assembly: CMS.FileSystemStorage (in CMS.FileSystemStorage.dll) Version: 8.2.23
Syntax
C#
public override DirectoryInfo CreateSubdirectory(
	string subdir
)

Parameters

subdir
Type: SystemString
Subdirectory to create

Return Value

Type: DirectoryInfo
See Also