gpt4 book ai didi

python - 如何搜索具有已知文件扩展名(如 .py)的文件?

转载 作者:太空宇宙 更新时间:2023-11-04 11:04:33 25 4
gpt4 key购买 nike

如何搜索具有已知文件扩展名(例如 .py)的文件??

fext = raw_input("Put file extension to search: ")
dir = raw_input("Dir to search in: ")

##Search for the file and get the right one's

最佳答案

我相信你想做类似这样的事情:/dir/to/search/*.extension?

这叫做 glob,下面是如何使用它:

import glob
files = glob.glob('/path/*.extension')

编辑:这是文档:http://docs.python.org/library/glob.html

关于python - 如何搜索具有已知文件扩展名(如 .py)的文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2442243/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com