Function bdrck::fs::path_from_bytes

source ·
pub fn path_from_bytes(bytes: Vec<u8>) -> Result<PathBuf>
Expand description

Construct a PathBuf from its byte representation, for example as returned by path_to_bytes.