Is it possible to use relative references in .osw?
Is it possible to use relative references in an openstudio workflow file (.osw) ? i.e
"file_path" : "./measures/my_measure.rb"
rather than absolute path to each resource, i.e.
"file_path":"C\\simulations\\job\\measures\\my_measure.rb"
add a comment