bit of ux

This commit is contained in:
2025-11-04 21:21:03 +01:00
parent 4ddab5afeb
commit 30ca8b6262
5 changed files with 37 additions and 2 deletions

View File

@@ -28,6 +28,8 @@ public:
void delete_file(const std::string &name);
void update_file(const std::string &name, const std::string &content);
const std::string &path() const { return m_path; }
private:
std::string m_path;
std::fstream m_file;