Skip to main content

fetch_basename

Function fetch_basename 

Source
pub fn fetch_basename(path: &Value) -> DogeResult
Expand description

fetch.basename(path) — the final /-separated component of path ("a/b/c.txt""c.txt"), or "" when the path ends in / (e.g. "/").