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

Function tempDir

src/utilities/core/Path.cpp:33–35  ·  view source on GitHub ↗

path to a temporary directory. */

Source from the content-addressed store, hash-verified

31
32/** path to a temporary directory. */
33path tempDir() {
34 return openstudio::filesystem::temp_directory_path();
35}
36
37/** path to UTF-8 encoding. */
38std::string toString(const path& p) {

Callers 6

TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
prepareOutDirFunction · 0.85
TEST_FFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 5

TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
TESTFunction · 0.68