System::IO::File::ReadAllBytes metodo

File::ReadAllBytes method

Legge il contenuto del file binario specificato in un array di byte.

static ArrayPtr<uint8_t> System::IO::File::ReadAllBytes(const String &path)
ParametroTipoDescrizione
percorsoconst String&Il percorso del file da leggere

ReturnValue

Un array di byte contenente il contenuto del file

Vedi anche