2011年8月9日

文件夹拷贝,保留文件修改时间, 按修改时间最新排序

摘要: import sys, os, time, shutil from stat import ST_ATIME, ST_CTIME, ST_MTIME from win32file import CopyFile def test(self): remoteDir = "\\\\orc-fs\\Builds\\FP\\builds01\\flair\\Main" localDir = "d:\\... 阅读全文

posted @ 2011-08-09 19:36 Cheney Shen 阅读(1559) 评论(0) 推荐(0) 编辑

导航