System::IO::FileStream::SetLength method

FileStream::SetLength method

Imposta la lunghezza dello stream rappresentato dall’oggetto corrente.

void System::IO::FileStream::SetLength(int64_t value) override
ParametroTipoDescrizione
valueint64_tLa lunghezza in byte da impostare.

Vedi anche