QProcess QDir::currentPath() error
Solved
General and Desktop
-
@sonichy Use http://doc.qt.io/qt-5/qprocess.html#setWorkingDirectory
As explained there:
"Sets the working directory to dir. QProcess will start the process in this directory. The default behavior is to start the process in the working directory of the calling process."