ReparsePointAware.GetFinalPath(SafeFileHandle) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the full canonical path to a given SafeFileHandle, with every reparse point expanded.
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
Parameters
- handle
- SafeFileHandle
Handle to use to get the final path.
Returns
The final resolved path of the handle.
Exceptions
The current user has no access.