IsolatedStorageFile.DirectoryExists(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si le chemin d’accès spécifié fait référence à un répertoire existant du magasin isolé.
public:
bool DirectoryExists(System::String ^ path);
public bool DirectoryExists (string path);
[System.Runtime.InteropServices.ComVisible(false)]
public bool DirectoryExists (string path);
member this.DirectoryExists : string -> bool
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.DirectoryExists : string -> bool
Public Function DirectoryExists (path As String) As Boolean
Paramètres
- path
- String
Chemin d’accès à tester.
Retours
true
si path
fait référence à un répertoire existant du magasin isolé et n’est pas null
; sinon, false
.
- Attributs
Exceptions
path
a la valeur null
.
Le magasin isolé est fermé.
Le magasin isolé a été supprimé.