Skip to main content

fetch_rename

Function fetch_rename 

Source
pub fn fetch_rename(from: &Value, to: &Value) -> DogeResult
Expand description

fetch.rename(from, to) — move or rename the file or directory from to to, replacing to if it already exists. A missing from is a catchable IOError. Returns none.