[]
Checks if the specified file path exists.
public static bool Exists(string filePath)
Public Shared Function Exists(filePath As String) As Boolean
The file path.
true if the specified file path exists, false otherwise
true
false