System.IO.Path 文件名、路径、扩展名处理
摘要:
string filePath =@"E:/Randy0528/中文目录/JustTest.rar";更改路径字符串的扩展名。System.IO.Path.ChangeExtension(filePath, "txt");E:/Randy0528/中文目录/JustTest.txt返回指定路径字符串 阅读全文
posted @ 2018-03-15 18:50 风端的爱 阅读(1103) 评论(1) 推荐(0) 编辑