path_string_from_b64

Function path_string_from_b64 

Source
pub fn path_string_from_b64(b64: &str) -> Result<String, Error>
Expand description

Un-base64 the path to a regular string. Unix specific.