| 375 | } |
| 376 | |
| 377 | openstudio::path WorkflowJSON_Impl::absoluteRunDir() const { |
| 378 | openstudio::path result = runDir(); |
| 379 | if (result.is_relative()) { |
| 380 | return canonicalOrAbsolute(result, absoluteRootDir()); |
| 381 | } |
| 382 | return result; |
| 383 | } |
| 384 | |
| 385 | bool WorkflowJSON_Impl::setRunDir(const openstudio::path& path) { |
| 386 | if (path.is_relative()) { |