#include <revolution/vf.h>
typedef s32 VFDevErr;
VFDevErr VFDeleteSystemFileNANDFlash( const char* sysFileName );
sysFileName |
File path to be deleted. |
Returns one of the values returned byNANDDelete(NAND_RESULT_*).NAND_RESULT_OKis returned if the function ends normally. For details, seeNANDDeletein the NAND Library manual.
Deletes the .vff file on the device.
2007/05/08 Added explanation of Return Values.
2006/10/13 Initial version.
CONFIDENTIAL