IDirectoryContents.Exists Propriedade
Definição
True se um diretório estiver localizado no caminho especificado.True if a directory was located at the given path.
public:
property bool Exists { bool get(); };
public bool Exists { get; }
member this.Exists : bool
Public ReadOnly Property Exists As Boolean