Now stores recent.json in config folder

This commit is contained in:
Antoine Pilote
2023-09-30 14:28:46 -04:00
parent e5497083ff
commit db84e753e2
5 changed files with 61 additions and 3 deletions

View File

@@ -50,6 +50,7 @@ namespace Nuake
static void EndWriteFile();
static uintmax_t DeleteFileFromPath(const std::string& path);
static uintmax_t DeleteFolder(const std::string& path);
static std::string GetConfigFolderPath();
};
enum class FileType