how to search for file's has a known file extension like .py ??

Posted by Rami Jarrar on Stack Overflow See other posts from Stack Overflow or by Rami Jarrar
Published on 2010-03-14T13:19:10Z Indexed on 2010/03/14 13:25 UTC
Read the original article Hit count: 296

Filed under:
|
|

how to search for file's has a known file extension like .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

© Stack Overflow or respective owner

Related posts about python

Related posts about file