MCPcopy Create free account
hub / github.com/VCVRack/Rack / getTempDirectory

Function getTempDirectory

src/system.cpp:231–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229
230
231std::string getTempDirectory() {
232 try {
233 return fs::temp_directory_path().generic_u8string();
234 }
235 catch (fs::filesystem_error& e) {
236 return "";
237 }
238}
239
240
241std::string getAbsolute(const std::string& path) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected