Click or drag to resize
Shell32PathFileExists Method
Determines whether a path to a file system object such as a file or folder is valid.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static bool PathFileExists(
	string path
)

Parameters

path
Type: SystemString
The full path of maximum length the maximum path length to the object to verify.

Return Value

Type: Boolean
if the file exists; otherwise
See Also