Function bitcoin_support::get_unique_path
source · pub fn get_unique_path(_base: &Box<Path>) -> Box<Path>Expand description
| Helper function for getting a unique | path | | ———– | @param[in] base | | Base path | | ———– | @return | | base joined with a random 8-character | long string. @post Returned path is | unique with high probability. |