PhysicalDirectoryInfo.Exists Propriedade
Definição
Determina se o recurso existe no sistema de armazenamento subjacente.Determines if the resource exists in the underlying storage system.
public:
property bool Exists { bool get(); };
public bool Exists { get; }
member this.Exists : bool
Public ReadOnly Property Exists As Boolean
Valor da propriedade
true Se o recurso existir no sistema de armazenamento subjacente; false caso contrário.true if the resource exists in the underlying storage system; false otherwise.