Writes a file.
#include <nwfile.h>
N_EXTERN_LIBRARY (NWCCODE) NWWriteFile(
NWFILE_HANDLE fileHandle,
nuint32 bytesToWrite,
pnuint8 data);
(IN) Specifies the file to write to.
(IN) Specifies the number of bytes to write.
(OUT) Points to the data that was written.
For more information, see the Return Values for C documentation.