Member
vivien_maggio
Function to check zip file in Python
1 2
def IsZIPFile(filename): return filename.lower().endswith('.zip')