本站多数文章由其它网址转载,没啥技术含量的皆为原创。主要目的是对付记性不好,方便查询。
using System.IO; DirectoryInfo mDir=new DirectoryInfo("C:\\test"); mDir.Attributes=FileAttributes.Normal;