using   System.IO;  
   
  DirectoryInfo   mDir=new   DirectoryInfo("C:\\test");  
  mDir.Attributes=FileAttributes.Normal;

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-26
  • 2022-12-23
  • 2021-07-23
  • 2021-05-17
  • 2021-09-18
猜你喜欢
  • 2021-11-27
  • 2021-11-27
  • 2021-11-27
  • 2021-11-27
  • 2021-11-27
  • 2021-12-07
  • 2022-12-23
相关资源
相似解决方案