> Boudreau, Emile wrote:
(snip)
>> I have tried variations of: os.path.isfile( os.path.join("C:\\temp\\",
>> "rqp-win32-app", "*.tar.gz"))
As a side note, the whole point of os.path is to help writing portable
code. So passing an os.specific path componant is somewhat counter
productive !-)
(snip answer)