如何禁止删除某个文件夹(如:d:\picture)

 
C# code

File.SetAttributes(folderBrowserDialog1.SelectedPath, FileAttributes.Hidden|FileAttributes.System);
posted on 2012-04-20 22:57  小白白小  阅读(516)  评论(0)    收藏  举报