]> _ Git - cubist_util.git/commitdiff
wait #5045 @0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 31 Jan 2022 14:13:14 +0000 (15:13 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 31 Jan 2022 14:13:14 +0000 (15:13 +0100)
src/Zip.php

index 667fe401d7cd670b9af6f868388d7208fc80d22e..dcc3165aca16f5025976909b1aad42ae8bf41da7 100644 (file)
@@ -40,6 +40,9 @@ class Zip
     {
         $zipexe = 'zip';
 
+        $dir=dirname($zip);
+        Files::mkdir($dir);
+
         if (!is_numeric($compression)) {
             $compression = 0;
         }