导航

2009年1月6日

摘要: 如果为了保护文件夹,可以隐藏,也可以伪装文件夹 private void button3_Click(object sender, EventArgs e) { FileAttributes MyAttributes = File.GetAttributes(textBox1.Text); File.SetAttributes(textBox1.Text, FileAttribu... 阅读全文

posted @ 2009-01-06 11:52 ccjvl 阅读(3352) 评论(0) 推荐(0) 编辑

摘要: using System; using System.IO; using System.Runtime.InteropServices; using System.Text; using Microsoft.Win32; namespace Wjb.ReadOrWriteIniAndReg { /**//// /// 读取指定盘符的硬盘序列号 /// public class HardDiskVa... 阅读全文

posted @ 2009-01-06 09:49 ccjvl 阅读(400) 评论(0) 推荐(0) 编辑