ReparsePointAware.GetFinalPath(SafeFileHandle) 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.
Obtenez le chemin canonique complet d’un SafeFileHandle donné, avec chaque point d’analyse développé.
public static string GetFinalPath (Microsoft.Win32.SafeHandles.SafeFileHandle handle);
static member GetFinalPath : Microsoft.Win32.SafeHandles.SafeFileHandle -> string
Public Shared Function GetFinalPath (handle As SafeFileHandle) As String
Paramètres
- handle
- SafeFileHandle
Handle à utiliser pour obtenir le chemin d’accès final.
Retours
Chemin d’accès final résolu du handle.
Exceptions
L’utilisateur actuel n’a aucun accès.