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
)
Public Shared Function Create (
pPath As String
) As DirectoryInfo
Parameters
- pPath
- Type: SystemString
full path name that to create
Return Value
Type:
DirectoryInfoDirectoryInfo (note: even if the directory exists)
See Also