System::IO::File::WriteAllBytes methode
File::WriteAllBytes method
Overschrijft het opgegeven binaire bestand en schrijft de opgegeven bytes erin.
static void System::IO::File::WriteAllBytes(const String &path, const ArrayPtr<uint8_t> &bytes)
| Parameter | Type | Beschrijving |
|---|---|---|
| pad | const String& | Het bestand om naar te schrijven |
| bytes | const ArrayPtr<uint8_t>& | De byte-array die de bytes bevat die naar het opgegeven bestand moeten worden geschreven |
Zie ook
- Class String
- Typedef ArrayPtr
- Class File
- Namespace System::IO
- Library Aspose.Page for C++