pub fn move_file(src: &str, des: &str) -> Result<(), Error>
copy a file to new position
move_file("test.txt","D:\\test.txt");