parent
52d494c601
commit
0f7e1a50c9
5 changed files with 330 additions and 258 deletions
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
FILE* ps_fopen(const char* path, const char* mode);
|
||||
bool moveFiles(const char* src, const char* dest);
|
||||
bool copyFiles(const char* src, const char* dest);
|
||||
bool deleteFile(const char* path);
|
||||
// returns 1 if file exists, 0 if it doesn't and -1 on error.
|
||||
int fileExists(const char* path);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue