摘要:
public void CreateAllDirOrFiles(string oldPath, string newPath){string[] strfiles = Directory.GetFiles(oldPath);foreach (string f in strfiles){string strFullPath = newPath + "\\" + Path.GetFileName(f)... 阅读全文
posted @ 2010-07-27 21:18
南阳·源
阅读(191)
评论(0)
推荐(0)

浙公网安备 33010602011771号