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
)
Public Shared Function PathExists (
path As String
) As Boolean
Parameters
- path
- Type: SystemString
The path to check for existence.
Return Value
Type:
BooleanTrue if the path exists, false if not.
See Also