FileSystemInfo.Exists Property

Definition

Gets a value indicating whether the file or directory exists.

public:
 abstract property bool Exists { bool get(); };
public abstract bool Exists { get; }
member this.Exists : bool
Public MustOverride ReadOnly Property Exists As Boolean

Property Value

true if the file or directory exists; otherwise, false.

Remarks

For a list of common I/O tasks, see Common I/O Tasks.

Applies to

See also