Listing files with special names

Gustaf Liljegren gustafl at algonet.se
Sat Sep 9 19:21:47 EDT 2000


I bet there's a function for this, but I can't find it. I have directory 
with several files and want a list of all files with names ending with 
"*.txt". os.listdir() is as close as I get, but as I get all files with 
that I guess I have to run a regexp on them to aquire only the textfiles. 
Any easier way?

Thanks in advance,

Gustaf



More information about the Python-list mailing list