Click or drag to resize
DirectoryInfoCreateSubdirectory Method
Creates subdirectory.

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

Parameters

subdir
Type: SystemString
Subdirectory to create

Return Value

Type: DirectoryInfo
See Also