zStatus zFile_Save(const zChar* path, const zByte* data, zUIntPtr size);
|
Parameters |
Description |
|
const zChar* path |
Path to the file. |
|
const zByte* data |
Pointer to the file contents. |
|
zUIntPtr size |
Size of the file contents. |
Saves the specified data to the specified file.
zFile.h