Skip to main content

fetch_make_dir

Function fetch_make_dir 

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

fetch.make_dir(path) — create the directory at path, along with any missing parent directories. Doing this when the directory already exists is not an error. Returns none.