-------------------------------------------------------------------------
| 60 | |
| 61 | //------------------------------------------------------------------------- |
| 62 | void StartInfo::AddArgument(const std::wstring& argument) |
| 63 | { |
| 64 | arguments_.push_back(argument); |
| 65 | } |
| 66 | |
| 67 | //------------------------------------------------------------------------- |
| 68 | const std::filesystem::path& StartInfo::GetPath() const |
no outgoing calls