IsolatedStorageFile.DirectoryExists(String) Méthode

Définition

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é.

Le magasin isolé a été supprimé.

- ou -

Le stockage isolé est désactivé.

S’applique à

Voir aussi