I think the last missing work for v1.0.0? :)

This commit is contained in:
VoltZ
2019-11-03 03:09:43 +01:00
committed by GitHub
parent 1246809b53
commit 7b16ed5c77
9 changed files with 119 additions and 20 deletions
+1 -1
View File
@@ -58,5 +58,5 @@ using json = nlohmann::json;
extern char * arg0;
#define WORKING_DIR "/3ds/"
#define WORKING_DIR "/"
#define SCRIPTS_PATH "/3ds/Universal-Updater/scripts/" // The Scripts will be here.
+4 -1
View File
@@ -28,5 +28,8 @@
#include "common.hpp"
Result makeDirs(const char * path);
Result openFile(Handle* fileHandle, const char * path, bool write);
Result deleteFile(const char * path);
Result deleteFile(const char * path);
Result removeDir(const char * path);
Result removeDirRecursive(const char * path);