System::IO::File::WriteAllBytes method
File::WriteAllBytes method
Overwrites the specified binary file and writes the specified bytes to it.
static void System::IO::File::WriteAllBytes(const String &path, const ArrayPtr<uint8_t> &bytes)
Parameter | Type | Description |
---|---|---|
path | const String& | The file to write to |
bytes | const ArrayPtr<uint8_t>& | The byte array containing the bytes to write to the specified file |
See Also
- Class String
- Typedef ArrayPtr
- Class File
- Namespace System::IO
- Library Aspose.TeX for C++