This class can be used to rename, copy or delete directories.
It can traverse a given directory recursively and copy its files and sub-directories to a given destination directory.
The class may also delete a given directory by deleting its contents first.
It can also rename a directory by copying its contents to a new directory with the final name. Then it deletes the directory with the original name.
| Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
DirectoryHandler |
Class |
Class used to perform the directories operations |
index.php |
Example |
File used for testing |