Gets a value indicating whether a file exists.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static bool FileExists(
string path
)
Public Shared Function FileExists (
path As String
) As Boolean
Parameters
- path
- Type: SystemString
The full path to the file to test for existence.
Return Value
Type:
Booleantrue if the file exists; false if the file does not exist or if the file is a directory
See Also