Share via


ReparsePointAware.GetFinalPath(SafeFileHandle) Method

Definition

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.

Applies to