摘要: classFile_DirManipulate{/// ///FileCopy/// /// 源路径/// 目标路径public static void FileCopy(string srcFilePath,string destFilePath){File.Copy(srcFilePath, d... 阅读全文
posted @ 2014-04-16 13:51 青树Wizard 阅读(2929) 评论(0) 推荐(1)