摘要: Windows:不能包含:< > / \ | : * ? windows中,文件名(包括扩展名)可高达 255 个字符。文件名可以包含除 ? “ ”/ \ < > * | : 之外的大多数字符;保留文件名的大小写;文件名不区分大小写(由 POSIX 应用程序使用时除外)。 windows系统下文件名 阅读全文
posted @ 2021-11-08 18:06 Celllz 阅读(5802) 评论(0) 推荐(0)
摘要: 想要用日期做文件名结果一直报错, 1 using System; 2 using System.Collections.Generic; 3 using System.IO; 4 using System.Text; 5 6 namespace FileCSVDemo 7 { 8 class Pro 阅读全文
posted @ 2021-11-08 18:05 Celllz 阅读(152) 评论(0) 推荐(0)