-------------------------------------------------------------------------
| 53 | |
| 54 | //------------------------------------------------------------------------- |
| 55 | void StartInfo::SetWorkingDirectory(const fs::path& workingDirectory) |
| 56 | { |
| 57 | CheckPathExists("Working directory", workingDirectory); |
| 58 | workingDirectory_ = workingDirectory; |
| 59 | } |
| 60 | |
| 61 | //------------------------------------------------------------------------- |
| 62 | void StartInfo::AddArgument(const std::wstring& argument) |