摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Sockets; using System.Text; using System.Threadi 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Net.Sockets; using Sy 阅读全文
摘要:
自动删除方法 public void AutoDel(int time, string path) { if (!string.IsNullOrEmpty(path)) { FileInfo file = new FileInfo(path); try { int addTime = Convert 阅读全文
摘要:
获取当前程序源路径下的磁盘空间 Helper类的定义 public class Disk { public void GetHardDiskFreeSpace(string HardDiskName, ref long All, ref long Free) { HardDiskName = Har 阅读全文