#include <revolution/vf.h>
typedef s32 VFDevErr;
VFDevErr VFDeleteSystemFileNANDFlash( const char* sysFileName );
sysFileName |
File path to be deleted. |
NANDDelete (NAND_RESULT_*). However, because NAND_RESULT_BUSY and NAND_RESULT_ALLOC_FAILED are processed internally in the VF library, they are not returned.NAND_RESULT_OK is returned if the function ends normally.NANDDelete in the NAND Library manual.
Deletes the .vff file on the device.
2009/01/05 Added explanation of NAND library functions to the item relating to return values. 2007/05/08 Added explanation of Return Values.
2006/10/13 Initial version.
CONFIDENTIAL