(svn r2775) Deleting a file can fail, display an error message when it happens

This commit is contained in:
tron
2005-08-01 00:14:22 +00:00
parent fcf5ace08f
commit fc5e2d4861
5 changed files with 10 additions and 8 deletions

2
hal.h
View File

@@ -87,7 +87,7 @@ char *FiosBrowseTo(const FiosItem *item);
// Return path, free space and stringID
StringID FiosGetDescText(const char **path, uint32 *tot);
// Delete a name
void FiosDelete(const char *name);
bool FiosDelete(const char *name);
// Make a filename from a name
void FiosMakeSavegameName(char *buf, const char *name);