Parsing home directory from the operating system dynamically

This commit is contained in:
2025-06-11 09:55:00 +02:00
parent 256d27cf13
commit 1c3d34544e
4 changed files with 26 additions and 7 deletions

View File

@@ -6,6 +6,7 @@
class ShellService {
public:
static std::string exec(const std::string& command);
static std::string getHomePath();
};
#endif