[记]rust 创建文件夹
摘要:
if !std::path::Path::new(".\\AtDB").exists(){ std::fs::create_dir(".\\AtDB").unwrap(); std::fs::create_dir(".\\AtDB\\log").unwrap(); std::fs::create_d 阅读全文
posted @ 2022-12-16 13:49 戳人痛处 阅读(107) 评论(0) 推荐(0)
浙公网安备 33010602011771号