FS_FlushFile

Syntax


#include <nitro/fs.h>

FSResult FS_FlushFile(FSFile *file);

Arguments

file The FSFile structure with the file handle.

Return Values

The result that it returns is of type FSResult.

Description

This function makes a request to reliably write back the file changes to the device.

See Also

FS_OpenFileEx FS_SetFileLength FS_WriteFile

Revision History

2007/09/18 Initial version.


CONFIDENTIAL