System::IO::File::ReadAllBytes-methode

File::ReadAllBytes method

Leest de inhoud van het opgegeven binaire bestand naar een byte‑array.

static ArrayPtr<uint8_t> System::IO::File::ReadAllBytes(const String &path)
ParameterTypeBeschrijving
padconst String&Het pad van het bestand om te lezen

ReturnValue

Een byte‑array die de inhoud van het bestand bevat

Zie ook