'Declaration Public Shared Function Exists( _ ByVal filePath As System.String _ ) As System.Boolean
public static System.bool Exists( System.string filePath )
Parameters
- filePath
- The file path.
Return Value
true
if the specified file path exists, false
otherwise