MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / absoluteRunDir

Method absoluteRunDir

src/utilities/filetypes/WorkflowJSON.cpp:377–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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()) {

Callers 15

TESTFunction · 0.80
runMethod · 0.80
communicateResultsMethod · 0.80
runEnergyPlusMethod · 0.80
applyMeasuresMethod · 0.80
runPreProcessMethod · 0.80
runModelicaMethod · 0.80
runModelicaMeasuresMethod · 0.80
runCleanupMethod · 0.80
runPostProcessMethod · 0.80

Calls 1

canonicalOrAbsoluteFunction · 0.85

Tested by 1

TESTFunction · 0.64