Sdílet prostřednictvím


ReparsePointAware.HasReparsePoints(SafeFileHandle, String) Metoda

Definice

Zkontroluje, zda objekt systému souborů reprezentovaný SafeFileHandle má kanonickou cestu, která odpovídá dané očekávané cestě.

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

Parametry

safeHandle
SafeFileHandle

Popisovač souboru nebo adresáře, který chcete zkontrolovat.

expectedPath
String

Očekávaná cesta k ověření popisovače.

Návraty

Určuje, jestli cesta popisovače odpovídá cestě, která je předána.

Platí pro