Copy folder
Moderator: General Moderators
Copy folder
Currently i only can copy file from 1 location to other location. Is it possible to copy folder and its content from 1 location to other location?
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
You'd have to do something recursively, as PHP doesn't offer a function to do that. Check out the comments section here: http://us2.php.net/manual/en/ref.dir.php for ideas.