| 348 | } |
| 349 | |
| 350 | openstudio::path WorkflowJSON_Impl::absoluteRootDir() const { |
| 351 | openstudio::path result = rootDir(); |
| 352 | if (result.is_relative()) { |
| 353 | return canonicalOrAbsolute(result, oswDir()); |
| 354 | } |
| 355 | return result; |
| 356 | } |
| 357 | |
| 358 | bool WorkflowJSON_Impl::setRootDir(const openstudio::path& path) { |
| 359 | if (path.is_relative()) { |