#include <nitro/fs.h>
BOOL FS_DeleteFile(const char *path);
path | Path name of the file to be deleted. |
Returns TRUE if the file was deleted properly; returns FALSE otherwise. In case of failure, the error details can be obtained using FS_GetArchiveResultCode()
.
Deletes the specified file. The function returns FALSE in the following situations:
FS_PERMIT_*
FS_CreateFile FS_RenameFile FS_GetResultCode
2007/09/18 Initial version.
CONFIDENTIAL