1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 8<title>VFDeleteSystemFile*</title> 9</head> 10 11<body> 12 13<h1>VFDeleteSystemFile*</h1> 14 15<h2>Syntax</h2> 16<dl><dd><pre><code> 17#include <revolution/vf.h> 18 19typedef s32 VFDevErr; 20 21VFDevErr VFDeleteSystemFileNANDFlash( const char* sysFileName ); 22</code></pre></dd></dl> 23 24<h2>Arguments</h2> 25<p> 26<TABLE border="1" > 27 <tr> 28<TD valign="top" width="120" bgcolor="#ffffe8"><CODE><STRONG><EM>sysFileName</EM></STRONG></CODE></TD> 29<TD width="520">File path to be deleted.</TD> 30 </tr> 31</TABLE> 32</p> 33 34<h2>Return Values</h2> 35Returns one of the values returned by <CODE>NANDDelete</CODE> (<CODE>NAND_RESULT_*</CODE>). However, because <CODE>NAND_RESULT_BUSY</CODE> and <CODE>NAND_RESULT_ALLOC_FAILED</CODE> are processed internally in the VF library, they are not returned.<br><br> <CODE>NAND_RESULT_OK</CODE> is returned if the function ends normally.<br> For details, see <CODE>NANDDelete</CODE> in the NAND Library manual.<br> 36 37<H2>Description</H2> 38<p> 39Deletes the .vff file on the device.<br> 40</p> 41 42 43<h2>See Also</h2> 44 45<H2>Revision History</H2> 46<p> 472009/01/05 Added explanation of NAND library functions to the item relating to return values. 2007/05/08 Added explanation of Return Values.<br>2006/10/13 Initial version. 48</p> 49 50 51<hr><p>CONFIDENTIAL</p></body> 52</html> 53