VFDeleteSystemFile*

C Specification


#include <revolution/vf.h>

typedef s32	VFDevErr;

VFDevErr VFDeleteSystemFileNANDFlash( const char* sysFileName );

Arguments

sysFileName File path to be deleted.

Return Values

Returns one of the values returned by NANDDelete (NAND_RESULT_*).
NAND_RESULT_OK is returned if the function ends normally.
For details, see NANDDelete in the NAND Library manual.

Description

Deletes the .vff file on the device.

See Also

Revision History

2007/05/08 Added explanation of Return Values.
2006/10/13 Initial version.


CONFIDENTIAL