#include <revolution/vf.h>
typedef s32 VFErr;
VFErr VFDeleteFile( const char* path );
VFErr VFDeleteFileW( const VFWchar* path );
path |
The address storing the path and file name. |
When successful, 0.
When failed, a VFErr other than 0.
Deletes a file.
Open files cannot be deleted.
Wildcards ('*' and '?') cannot be used to specify file names.
VFCreateFile, VFOpenFile, VFSeekFile, VFReadFile, VFWriteFile, VFCloseFile
2006/06/23 Release.
CONFIDENTIAL