摘要:
按字节地复制文件 FileStream srcfile = new FileStream(path, FileMode.Open, FileAccess.Read, FileShare.Read); FileStream desfile = new FileStream(path2, FileMode.Create, FileAccess.Write, FileShare.Write); in... 阅读全文
posted @ 2007-09-02 21:00
roboth
阅读(176)
评论(0)
推荐(0)

浙公网安备 33010602011771号