ReparsePointAware.HasReparsePoints(SafeFileHandle, 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.
Vérifie si l’objet de système de fichiers représenté par SafeFileHandle a un chemin canonique qui correspond à l’objet expectedPath donné.
public static bool HasReparsePoints (Microsoft.Win32.SafeHandles.SafeFileHandle safeHandle, string expectedPath);
static member HasReparsePoints : Microsoft.Win32.SafeHandles.SafeFileHandle * string -> bool
Public Shared Function HasReparsePoints (safeHandle As SafeFileHandle, expectedPath As String) As Boolean
Paramètres
- safeHandle
- SafeFileHandle
Gérer le fichier/répertoire à case activée.
- expectedPath
- String
Chemin d’accès attendu sur lequel vérifier le handle.
Retours
Indique si le chemin d’accès du handle correspond au chemin d’accès transmis.