码迷,mamicode.com
首页 > 编程语言 > 详细

python标准库glob 递归目录下所有文件

时间:2020-07-10 10:05:54      阅读:86      评论:0      收藏:0      [点我收藏+]

标签:div   turn   top   desktop   port   print   ret   imp   code   

import glob

for i in glob.glob(rC:\Desktop\**,recursive=True):
    print(i)

"""

re:?*【0-9】正则,   
recursive:开启递归

return:all_path
"""

 

python标准库glob 递归目录下所有文件

标签:div   turn   top   desktop   port   print   ret   imp   code   

原文地址:https://www.cnblogs.com/vip136510786/p/13277459.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!