摘要: 原来的文件路径名FileOldPath; 新的文件路径名:FileNewPath, 那就可以用 File.Move(FileOldPath,FileNewPath) 或者File.Copy(FileOldPath,FileNewPath) 注意的是这里的路径是文件夹路径+文件名,可以用Path.Co 阅读全文
posted @ 2012-02-21 15:55 无恨星晨 阅读(1742) 评论(0) 推荐(0)