Click or drag to resize
DirectoryInfoCreateSubdirectoryInternal Method
Creates subdirectory.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
protected abstract DirectoryInfo CreateSubdirectoryInternal(
	string subdir
)

Parameters

subdir
Type: SystemString
Subdirectory to create

Return Value

Type: DirectoryInfo
See Also