A simple executable path & working dir structure. More...
#include <exefile.h>
Public Member Functions | |
ExeFilePath (const QString &path) | |
Infers working dir from path. More... | |
ExeFilePath (const ExeFilePath &other) | |
ExeFilePath & | operator= (const ExeFilePath &other) |
QString | path () const |
ExeFilePath & | setPath (const QString &path) |
ExeFilePath & | setWorkingDir (const QString &path) |
QString | workingDir () const |
ExeFilePath::ExeFilePath | ( | const QString & | path | ) |
Infers working dir from path.
Definition at line 140 of file exefile.cpp.