Dump Contents of Directories Into Directory PHP

Posted by Belgin Fish on Stack Overflow See other posts from Stack Overflow or by Belgin Fish
Published on 2010-04-20T20:17:02Z Indexed on 2010/04/20 20:23 UTC
Read the original article Hit count: 126

Filed under:
|

I have a directory like this :

/images/

and then I have another directory like this

/waiting/pack1/

but I have a bunch of packs, so I was wondering how I could make a script to dump all the contents of these /pack* directories into the /images/ one.

© Stack Overflow or respective owner

Related posts about directory

Related posts about php