pub fn strip_path(dll: &str) -> Result<String, Error>
Expand description

This takes a string, and returns only the last path element Since this uses rust builtins, it should “just work”.