FileSystemInfoExists Property |
Gets a value indicating whether the file or directory exists.
Namespace: System.IOAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public abstract bool Exists { get; }
Return Value
Type:
Booleantrue if the file or directory exists; otherwise, false.
See Also