NK-107 - Context Menu Folder

This commit is contained in:
emerycp
2023-07-22 13:05:22 -04:00
parent 59018cc1e3
commit 782f4bbafd
4 changed files with 67 additions and 7 deletions

View File

@@ -47,6 +47,7 @@ namespace Nuake
static bool WriteLine(const std::string line);
static void EndWriteFile();
static int RemoveFile(const std::string& path);
static int DeleteFolder(const std::string& path);
};
class File