Welcome Guest, Not a member yet? Register   Sign In
ZIP library query
#1
Brick 

Hi,

I have a folder called "skeleton" which sits in the root of my website. Inside the folder is a selection of folders and files.

Using code ignitors built in zip library I have managed to successfully zip the folder with all the child files/folders, however it is also including the root "skeleton" folder inside the zip file which i'm trying to exclude. Does anyone know if there is a way to exclude the root directory you are zipping? I have had a read of the documentation at https://ellislab.com...raries/zip.html and cannot find the answer or am simply overlooking it.

My code is as follows:

PHP Code:
$this->zip->read_dir("./skeleton"false);
$this->zip->archive($this->skeleton_path."remote_skeleton.zip"); 

Any help much appreciated.

Thanks,
Reply


Messages In This Thread
ZIP library query - by MoFish - 03-09-2016, 01:07 PM
RE: ZIP library query - by arma7x - 03-09-2016, 04:20 PM
RE: ZIP library query - by MoFish - 03-10-2016, 02:08 AM



Theme © iAndrew 2016 - Forum software by © MyBB