FileSystemInfo.Exists Proprietà

Definizione

Recupera un valore che indica se il file o la directory esiste.

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

Valore della proprietà

true se il file o la directory esiste; in caso contrario, false.

Commenti

Per un elenco delle attività di I/O comuni, vedere Attività di I/O comuni.

Si applica a

Vedi anche