Gemorroj / Archive7z

This library provides handling of 7z files in PHP
GNU Lesser General Public License v3.0
89 stars 20 forks source link

getContent fails #2

Closed scratcher28 closed 10 years ago

scratcher28 commented 10 years ago

Execution of example fails on this line: echo $obj->getContent('test.txt');

Gemorroj commented 10 years ago

Need a more detailed description. Attach 7z file.

scratcher28 commented 10 years ago

I've used the example code from readme file and 7z file from Tests folder.

the correct way: echo $obj->getContent('test/test.txt');

please, fix readme.

Gemorroj commented 10 years ago

thx