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

Function unique_path

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

Source from the content-addressed store, hash-verified

342 }
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

Callers 2

temp_fileMethod · 0.85
temp_directoryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected