Topic: Unzip files
I have placed this code in plugin.install.php.
    $file = PLUGINS.DS.'simple/simple.zip';
    $path = THEMES_SITE.DS.'simple';
    $zip = new ZipArchive;
    $res = $zip->open($file);
    $zip->extractTo($path);
    $zip->close();is correct?
Is that I do not know how to do it with Zip::factory();
..::: Moncho Varela ::::..   ..::: @Nakome ::::..   ..::: Github ::::..
					

