EAPUtilCreateMissingPath Method |
Will create a full path, if not already present. The function will recursively create any and all sub folders.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static bool CreateMissingPath(
string pathName
)
Public Shared Function CreateMissingPath (
pathName As String
) As Boolean
Parameters
- pathName
- Type: SystemString
The path to create, if necessary.
Return Value
Type:
BooleanAt this time False is ALWAYS returned, but this may be changed in the future.
See Also