2020年9月2日

文件操作

摘要: 1.判断文件是否处于打开状态下 [DllImport("kernel32.dll")] public static extern IntPtr _lopen(string file, int readwrite); [DllImport("kernel32.dll")] public static 阅读全文

posted @ 2020-09-02 11:21 天上星 阅读(201) 评论(0) 推荐(0)

导航