application path

This commit is contained in:
2025-11-24 14:52:58 +01:00
parent 80ee3fcadf
commit 6cfa0d5a2d
4 changed files with 918 additions and 0 deletions

14
exe_path.h Normal file
View File

@@ -0,0 +1,14 @@
#ifndef EXE_PATH_H
#define EXE_PATH_H
#include <string>
class WhereAmI
{
public:
std::string containing_folder();
public:
WhereAmI();
};
#endif // EXE_PATH_H