VFDeleteSystemFile*

Syntax


#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_*). 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.
For details, see NANDDelete in the NAND Library manual.

Description

Deletes the .vff file on the device.

See Also

Revision History

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