08 2013 档案
摘要:using System;using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices;namespace AdminTools{ public static class FileTools { [DllImport("kernel32.dll")] private static extern IntPtr _lopen(string lpPathName, int iReadWrite); [DllImport("kernel...
阅读全文