MCPcopy Create free account
hub / github.com/Clarionos/clarion / temp_directory_path

Function temp_directory_path

libraries/fc/src/filesystem.cpp:345–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343 fc::path absolute( const fc::path& p ) { return boost::filesystem::absolute(p); }
344 path unique_path() { return boost::filesystem::unique_path(); }
345 path temp_directory_path() { return boost::filesystem::temp_directory_path(); }
346
347 // Return path when appended to a_From will resolve to same as a_To
348 fc::path make_relative(const fc::path& from, const fc::path& to) {

Callers 2

temp_fileClass · 0.85
temp_directoryClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected