ReparsePointAware.HasReparsePoints(SafeFileHandle, String) メソッド

定義

SafeFileHandle によって表されるファイル システム オブジェクトに、指定された expectedPath と一致する正規パスがあるかどうかを確認します。

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

パラメーター

safeHandle
SafeFileHandle

チェックするファイル/ディレクトリのハンドル。

expectedPath
String

ハンドルの検証に必要なパス。

戻り値

ハンドルのパスが、渡されたパスと一致するかどうか。

適用対象