rpgmxp_tool::util

Function percent_escape_file_name

Source
pub fn percent_escape_file_name(file_name: &str) -> String
Expand description

Percent-escape a file name.

This will percent-escape the following:

  • ‘%’
  • ‘:’
  • ‘*’
  • ‘/’
  • ‘<’
  • ‘>’
  • ‘?’