Shell32PathFileExists Method |
Determines whether a path to a file system object such as a file or folder is valid.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static bool PathFileExists(
string path
)
Public Shared Function PathFileExists (
path As String
) As Boolean
public:
static bool PathFileExists(
String^ path
)
static member PathFileExists :
path : string -> bool
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