Hi,
How can I check for the xistence of any file that matches a wildcard?
For example: ppis-*.iss
os.path.exists( ) doesn't expand the wildcard...
How can I check for the xistence of any file that matches a wildcard?
For example: ppis-*.iss
os.path.exists( ) doesn't expand the wildcard...
Comment