-------------------------------------------------------------------------
| 78 | |
| 79 | //------------------------------------------------------------------------- |
| 80 | const fs::path* StartInfo::GetWorkingDirectory() const |
| 81 | { |
| 82 | if (workingDirectory_) |
| 83 | return &workingDirectory_.get(); |
| 84 | return nullptr; |
| 85 | } |
| 86 | |
| 87 | //------------------------------------------------------------------------- |
| 88 | std::wostream& operator<<(std::wostream& ostr, const StartInfo& startInfo) |