Remove excess empty directories in uploaded zip file.

Posted by dave e on Stack Overflow See other posts from Stack Overflow or by dave e
Published on 2010-04-17T16:20:01Z Indexed on 2010/04/17 16:23 UTC
Read the original article Hit count: 116

Filed under:
|

Hello,

I am trying to remove excess directories from an uploaded zip file.

For example I would like to transform :

/folder1/folder2/folder3/ [Files are in this folder]

to

/folder1/[files are in this folder]

Any help would be appreciated, Thanks.

© Stack Overflow or respective owner

Related posts about php

Related posts about zip