Function nodejs_path::basename_impl[][src]

pub fn basename_impl(path: &str) -> String
Expand description
assert_eq!(&nodejs_path::basename_impl("/foo/bar/baz/asdf/quux.html"), "quux.html");