Hi guys,
I was wondering, how can I get the directory from where the application was launched, so that I can set it with setWorkingDirectory(QString).
Ed.
Printable View
Hi guys,
I was wondering, how can I get the directory from where the application was launched, so that I can set it with setWorkingDirectory(QString).
Ed.
look at these functions QDir::currentDir and QCoreApplication::applicationDirPath
Thank you spirit :)