A simple executable path & working dir structure. More...
#include <exefile.h>
Public Member Functions | |
| ExeFilePath (const QString &path) | |
| Infers working dir from path. More... | |
| 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 139 of file exefile.cpp.