#include <revolution/vf.h>
typedef s32 VFErr;
extern VFErr VFFileSync( VFFile* file );
file |
Pointer to the file descriptor. |
Returns 0 when successful.
Otherwise, returns VFErr other than 0.
Writes back the data in the cache of the specified file to the media.
However, data in the cache that has not been updated is not written back.
2006/09/26 Release.
CONFIDENTIAL