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