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
#2

Read guide from here http://www.codeigniter.com/user_guide/li...s/zip.html. Documentation from https://ellislab.com/ probally outdated.
KeepĀ calm.
Reply
#3

Thank you arma7x, got it working after reading the documentation. I didn't realise i was reading an old version.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB