VFDeleteFile(W)

C Specification


#include <revolution/vf.h>

typedef s32	VFErr;

VFErr VFDeleteFile( const char* path );
VFErr VFDeleteFileW( const VFWchar* path );

Arguments

path The address storing the path and file name.

Return Values

When successful, 0.
When failed, a VFErr other than 0.

Description

Deletes a file.
Open files cannot be deleted.
Wildcards ('*' and '?') cannot be used to specify file names.

See Also

VFCreateFile, VFOpenFile, VFSeekFile, VFReadFile, VFWriteFile, VFCloseFile

Revision History

2006/06/23 Release.


CONFIDENTIAL