| 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 |
no outgoing calls
no test coverage detected