Click or drag to resize

EAPUtilPathExists Method

Determine if the specified path exists. If the path includes a filename, the filename portion is ignored and only the path is checked.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static bool PathExists(
	string path
)

Parameters

path
Type: SystemString
The path to check for existence.

Return Value

Type: Boolean
True if the path exists, false if not.
See Also