pub fn sanitize_path_component(path: &str) -> String
Sanitize a path component for use as a directory name. Keeps alphanumeric, -, _, .. Replaces everything else with _.
-
_
.