revert definitivo (si spera)

This commit is contained in:
mac12m99
2019-07-19 18:19:41 +02:00
parent 8a5357e565
commit fbe8c16f6c
4 changed files with 23 additions and 97 deletions
+2
View File
@@ -3,6 +3,7 @@
# Zip Tools
# --------------------------------------------------------------------------------
import io
import os
import zipfile
@@ -17,6 +18,7 @@ class ziptools:
if not dir.endswith(':') and not os.path.exists(dir):
os.mkdir(dir)
file = io.FileIO(file)
zf = zipfile.ZipFile(file)
if not folder_to_extract:
self._createstructure(file, dir)