Implemented Util::getMyPath()
This commit is contained in:
parent
255e664e4c
commit
5674f5de8f
3 changed files with 21 additions and 1 deletions
|
@ -31,6 +31,9 @@ namespace Util{
|
|||
void addConnectorOptions(int port);
|
||||
};
|
||||
|
||||
/// Gets directory the current executable is stored in.
|
||||
std::string getMyPath();
|
||||
|
||||
/// Will set the active user to the named username.
|
||||
void setUser(std::string user);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue