Skip to content

Instantly share code, notes, and snippets.

@jaraco
Created April 3, 2022 12:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaraco/5b266870c62680d6d6b3a876be321fa4 to your computer and use it in GitHub Desktop.
Save jaraco/5b266870c62680d6d6b3a876be321fa4 to your computer and use it in GitHub Desktop.
ZipInfo behavior on Windows
>>> import zipfile
>>> info = zipfile.ZipInfo.from_file(r'\Windows\win.ini')
>>> info.filename
'Windows/win.ini'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment