Click or drag to resize
DirectoryInfoNew Method
Creates new instance of directory info object.

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

Parameters

path
Type: SystemString
Path to directory

Return Value

Type: DirectoryInfo
See Also