* @brief Returns the working directory for Launch mode. */
| 265 | * @brief Returns the working directory for Launch mode. |
| 266 | */ |
| 267 | QString IO::Drivers::Process::workingDir() const |
| 268 | { |
| 269 | return m_workingDir; |
| 270 | } |
| 271 | |
| 272 | /** |
| 273 | * @brief Returns the configured named pipe / FIFO path. |