PDA

View Full Version : setting working directory for current process



mule
8th October 2007, 13:49
How is the working directory set for the currently running application? QProcess::setWorkingDirectory will set the working directory for a new process being launched; however, how is it set for the running process? (QCoreApplication::?)

jpn
8th October 2007, 13:54
QDir::setCurrent()