2017年8月23日

C# 以共享只读方式打开被其它程序占用的文件

摘要: iStream = new System.IO.FileStream(filepath, System.IO.FileMode.Open, System.IO.FileAccess.Read, System.IO.FileShare.ReadWrite); 阅读全文

posted @ 2017-08-23 17:42 空明流光 阅读(1251) 评论(0) 推荐(0)

导航