Python目录常用操作

os.path.basename(path) #取文件名

os.path.getsize(path) #取文件大小

os.path.exists(path) #文件是否存在

os.path.dirname(path) #取目录名


shutil.copyfile(source,dst) #拷贝文件到目标目录(支持深度拷贝)

 

posted @ 2015-10-25 13:02  HONT  阅读(217)  评论(0编辑  收藏  举报