privatevoidUnsetReadOnly(stringdirPath){//http://bbs.csdn.net/topics/380233913string[]dirPathes=Directory.GetDirectories(dirPath,"*.*",SearchOption.AllDirectories);string[]filePathes=Directory.GetFiles(dirPath,"*.*",SearchOption.AllDirectories)...
查看全文