| 451 | } |
| 452 | |
| 453 | void WorkflowJSON_Impl::resetFilePaths() { |
| 454 | m_value["file_paths"] = Json::Value(Json::arrayValue); |
| 455 | onUpdate(); |
| 456 | } |
| 457 | |
| 458 | boost::optional<openstudio::path> WorkflowJSON_Impl::findFile(const openstudio::path& file) const { |
| 459 | // if absolute check if exists |