码迷,mamicode.com
首页 > Windows程序 > 详细

C#创建目录,文件名过滤特殊字符串,非法字符

时间:2016-12-11 01:38:46      阅读:997      评论:0      收藏:0      [点我收藏+]

标签:code   文件   tostring   nbsp   pat   特殊字符   for   char   str   

string invalid = new string(Path.GetInvalidFileNameChars()) + new string(Path.GetInvalidPathChars());

foreach (char c in invalid)
{
    illegal = illegal.Replace(c.ToString(), ""); 
}

 

C#创建目录,文件名过滤特殊字符串,非法字符

标签:code   文件   tostring   nbsp   pat   特殊字符   for   char   str   

原文地址:http://www.cnblogs.com/x-poior/p/6158541.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!