pub fn swap<A, B>(a: A, b: B) -> Result<()> where A: AsRef<Path>, B: AsRef<Path>,
Swaps the content of paths a and b.
a
b