ReparsePointAware.HasReparsePoints(SafeFileHandle, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
ハンドルの検証に必要なパス。
戻り値
ハンドルのパスが、渡されたパスと一致するかどうか。