 |
|
Innovation award
 Nominee: 2x |
This class can manipulates files in directories recursively.
It can traverse a given directory recursively and match files that satisfy given filter conditions based on the file names, size, modification time, permissions, etc..
The class may call given callback functions to perform custom operations on the matched files defined by the applications.
|
|
| Name: |
pfpFileTree |
| Base name: |
pfp-file-tree |
| Description: |
Manipulates files in directories recursively |
| Version: |
1.0 |
| PHP version: |
5.0 |
| License: |
BSD License |
| All time users: |
437 users |
| All time rank: |
5317 |
| Week users: |
0 users |
| Week rank: |
2323  |
| |
|
 April 2011
Number 7 |
Sometimes it is necessary to execute a custom processing job on a large number of files contained in directory and eventually in its sub-directories.
This class makes it easier to achieve that by traversing a given directory recursively. For each file that matches a given pattern it calls a user-defined callback function that you can use to perform your custom processing job.
Manuel Lemos |
| There are not enough user ratings to display for this class. |
| |
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 |
|
|