IO
.
.
::
.
.
CreateDirectoryIfMissing Method
Creates the directory if missing.
Namespace:
Core
Assembly:
Core
(in Core.dll)
Syntax
C#
public
static
void
CreateDirectoryIfMissing
(
string
strPath
)
Parameters
strPath
Type:
String
The string path.
See Also
IO Class
Core Namespace