CopyFile
摘要:
public void CopyFile(string sourcepath, string destpath){using (FileStream fs = new FileStream(sourcepath, FileMode.Open, FileAccess.Read)){using (FileStream fs2 = new FileStream(destpath, FileMode.Cr... 阅读全文
posted @ 2009-08-13 13:08 Acor 阅读(183) 评论(0) 推荐(0)
浙公网安备 33010602011771号