added qse_fs_delete() still primitive

This commit is contained in:
2012-02-21 12:54:42 +00:00
parent f2d767064e
commit 64fbfed781
7 changed files with 220 additions and 47 deletions

View File

@ -164,6 +164,11 @@ int qse_fs_move (
const qse_char_t* newpath
);
int qse_fs_delete (
qse_fs_t* fs,
const qse_char_t* path
);
#ifdef __cplusplus
}
#endif