Click or drag to resize
DirectoryHelperCreateDirectory Method
Creates directory. It works also in a shared hosting environment.

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
Full disk path of the new directory

Return Value

Type: DirectoryInfo
Returns DirectoryInfo representing the new directory.
See Also