#ifndef EXE_PATH_H #define EXE_PATH_H #include class WhereAmI { public: std::string containing_folder(); public: WhereAmI(); }; #endif // EXE_PATH_H