in reply to Re: $zip->addTree(...) isn't found.
in thread $zip->addTree(...) isn't found.

Hi, thanks so much for your response.

It is greatly appreciated.

You know, the addDirectory didn't do anything.

It didn't produce any errors, but it just didn't do anything.

Would you know why? I'm going to go troubleshoot it now.

Replies are listed 'Best First'.
Re^3: $zip->addTree(...) isn't found.
by Anonymous Monk on Jun 22, 2007 at 04:23 UTC
    addDirectory( $directoryName [, $fileName ] ) Append a member created from the given directory name. The dir +ectory name does not have to name an existing directory. If the named directory exists, the file modification time and permissions a +re set from the existing directory, otherwise they are set to now and permissive default permissions. $directoryName must be in loca +l file system format. The optional second argument sets the name of t +he archive member (which defaults to $directoryName). If given, i +t must be in Zip (Unix) format. Returns the new member.