Click or drag to resize

DirectoryCreate Method

It's checked first before create

Namespace:  SIC.File
Assembly:  SIC (in SIC.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static DirectoryInfo Create(
	string pPath
)

Parameters

pPath
Type: SystemString
full path name that to create

Return Value

Type: DirectoryInfo
DirectoryInfo (note: even if the directory exists)
See Also