使用"通配符打开文件"在python中

时间:2017-05-26 00:21:19

标签: python python-3.x

我的目录设置如下:

content/
content/file1-helloworld.txt
content/file2myproject.txt
content/file3_howareyou.txt

在python中我有以下内容:

file = open("content/FILE_NAME.txt", "r")
print (file.read())

我想用通配符引用这些文件。因此,我可以通过询问"file1-helloworld.txt"或类似内容来打开file1(wildcard)

0 个答案:

没有答案