摘要: IO Directory.Exists(path) //判断文件夹是否存在 Directory.CreateDirectory(path) // 根据路径创建出文件夹 File.Exists(path) //判断文件是否存在 Path.Combine(path, info.text) //路径拼接 阅读全文
posted @ 2024-08-23 14:38 龙卷风吹毁停车场 阅读(26) 评论(0) 推荐(0)