[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

File existence check with partial filename

Sang-Ho Yun

3/15/2010 4:58:00 AM

I learned that I can check the existence of a file using
os.path.isfile("filename").

What if I need to check if there is a file that contains "HV" in the
filename? What should I do?

Thank you,
Sang-Ho