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

Method path

src/utilities/bcl/BCLFileReference.cpp:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39openstudio::path BCLFileReference::path() const {
40 return m_path;
41}
42
43openstudio::path BCLFileReference::relativePath() const {
44 return openstudio::filesystem::relative(m_path, m_measureRootDir);

Callers 1

checkForUpdateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected