Click or drag to resize
DirectoryCreateDirectory Method
Creates all directories and subdirectories as specified by path.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
public static DirectoryInfo CreateDirectory(
	string path
)

Parameters

path
Type: SystemString
Path to create

Return Value

Type: DirectoryInfo
See Also