Click or drag to resize

EAPUtilFileExists Method

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
)

Parameters

path
Type: SystemString
The full path to the file to test for existence.

Return Value

Type: Boolean
true if the file exists; false if the file does not exist or if the file is a directory
See Also