#include <nitro/fs.h>
FSResult FS_FlushFile(FSFile *file);
file | The FSFile structure with the file handle. |
The result that it returns is of type FSResult
.
This function makes a request to reliably write back the file changes to the device.
FS_OpenFileEx FS_SetFileLength FS_WriteFile
2007/09/18 Initial version.
CONFIDENTIAL