rpgmxp_tool::util

Function percent_unescape_file_name

Source
pub fn percent_unescape_file_name(file_name: &str) -> Result<String>
Expand description

Percent-unescape a file name.

ยงReturns

Returns an error if the string cannot be unescaped.