automatic safe mode!

to-do: test on Windows...
This commit is contained in:
tildearrow 2023-10-16 14:55:01 -05:00
parent 1cf519ce17
commit e633550647
6 changed files with 86 additions and 4 deletions

View file

@ -28,5 +28,6 @@ bool deleteFile(const char* path);
int fileExists(const char* path);
bool dirExists(const char* what);
bool makeDir(const char* path);
int touchFile(const char* path);
#endif