You can see it here: fn make_directory(param: &str) -> String { match fs::create_dir_all(param) { Ok(_) => String::from("Success"), ...
確定! 回上一頁