pub fn ensure_file_exist(file: &str) -> Result<(), Error>
ensure a file exist,if not exist,create it!
assert_eq!(true,ensure_file_exist("D:\\a\\b\\test.txt"));