浙林龙哥

   :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2005年5月19日

摘要: FileStream srcfile = new FileStream(path, FileMode.Open, FileAccess.Read, FileShare.Read); FileStream desfile = new FileStream(path2, FileMode.Create, FileAccess.Write, FileShare.Write); int Length =... 阅读全文
posted @ 2005-05-19 10:51 浙林龙哥 阅读(646) 评论(1) 推荐(0)