pub fn fetch_basename(path: &Value) -> DogeResultExpand description
fetch.basename(path) — the final /-separated component of path
("a/b/c.txt" → "c.txt"), or "" when the path ends in / (e.g. "/").
pub fn fetch_basename(path: &Value) -> DogeResultfetch.basename(path) — the final /-separated component of path
("a/b/c.txt" → "c.txt"), or "" when the path ends in / (e.g. "/").