Exists
Determines if a file exists.
Public Function Exists(
ByVal Path As String ) As Boolean
Parameters
- Path
-
[ByVal]
String.
The file to check for existence.
Return Values
Boolean - Whether the file exists or not.
Remarks
See Also
Project VBCorLib Overview
| Class File Overview