Udostępnij za pośrednictwem


RandomAccess.SetLength(SafeFileHandle, Int64) Metoda

Definicja

Ustawia długość pliku na daną wartość.

public:
 static void SetLength(Microsoft::Win32::SafeHandles::SafeFileHandle ^ handle, long length);
public static void SetLength (Microsoft.Win32.SafeHandles.SafeFileHandle handle, long length);
static member SetLength : Microsoft.Win32.SafeHandles.SafeFileHandle * int64 -> unit
Public Shared Sub SetLength (handle As SafeFileHandle, length As Long)

Parametry

handle
SafeFileHandle

Dojście do pliku.

length
Int64

Długość pliku w bajtach.

Wyjątki

handle to null.

Nazwa handle jest niepoprawna.

Plik jest zamknięty.

Plik nie obsługuje wyszukiwania (potoku lub gniazda).

length jest ujemna.

Dotyczy