Sdílet prostřednictvím


ReparsePointAware.PinHandle(String, Boolean) Metoda

Definice

Převezme popisovač existujícího souboru nebo adresáře, aby se zajistilo, že se nemůže přesunout.

public static Microsoft.Win32.SafeHandles.SafeFileHandle PinHandle (string fullPath, bool asDirectory);
static member PinHandle : string * bool -> Microsoft.Win32.SafeHandles.SafeFileHandle
Public Shared Function PinHandle (fullPath As String, asDirectory As Boolean) As SafeFileHandle

Parametry

fullPath
String

Úplná cesta k cílovému souboru nebo adresáři.

asDirectory
Boolean

Určuje, jestli je požadavek v adresáři nebo souboru.

Návraty

SafeFileHandle k objektu, na který odkazuje fullPath.

Výjimky

Popisovač se nepodařilo otevřít, protože soubor nebo adresář neexistoval nebo protože aktuální uživatel nemá přístup.

Platí pro