Sets the size of a file.
#include <nwfile.h>
N_EXTERN_LIBRARY (NWCCODE) NWSetFileSize(
NWFILE_HANDLE fileHandle,
nuint64 fileSize);
(IN) Specifies the file to set the size for.
(IN) Specifies the size of the file.
For more information, see the Return Values for C documentation.