VFFileSync

C Specification


#include <revolution/vf.h>

typedef s32	VFErr;

extern VFErr VFFileSync( VFFile* file );

Arguments

file Pointer to the file descriptor.

Return Values

Returns 0 for success.
Otherwise, returns a VFErr other than 0.

Description

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.

See Also

VFSync

Revision History

2006/09/26 Release.


CONFIDENTIAL