gpt4 book ai didi

python - 如何使用python显示文件夹中word文档的文件名?

转载 作者:行者123 更新时间:2023-12-01 00:02:45 26 4
gpt4 key购买 nike

我想使用python显示指定路径中存在的word文档的文件名。

最佳答案

这可能适合你:

for file in os.listdir(PATH):
if file.endswith(".doc") or file.endswith(".docx"):
print(file)

关于python - 如何使用python显示文件夹中word文档的文件名?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60222682/

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