Click or drag to resize

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
)

Parameters

pathName
Type: SystemString
The path to create, if necessary.

Return Value

Type: Boolean
At this time False is ALWAYS returned, but this may be changed in the future.
See Also