does this work?

also add a crude diagnosis tool for #1825
This commit is contained in:
tildearrow 2025-09-28 18:26:10 -05:00
parent 52d494c601
commit 0f7e1a50c9
5 changed files with 330 additions and 258 deletions

View file

@ -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);