Last Updated | | Ratings | | Unique User Downloads | | Download Rankings |
2018-12-23 (23 days ago) | | Not enough user ratings | | Total: 73 This week: 3 | | All time: 9,274 This week: 136 |
|
Description | | Author |
This package provides an interface to sort and filter directory entries.
It implements the recursive iterator interface to traverse directories recursively and sort the directory entries.
The interface takes a callback function that can filter files and directories according to custom rules. | |
|
|
Innovation award
Nominee: 1x |
|
Details
directoryWalker
Sort RecursiveDirectoryIterator elements level-by-level
Sorts the entries in the current subdirectory (based on custom defined criteria) and stores the entries desired->current position pairs.
Because RecursiveDirectoryIterator is seekable this class can seek through the entries in the desired order.
Minimal memory and performance overhead
Filtering uses include+exclude rulesets with regexp or bogus glob patterns
This is a simple matcher that can filter elements using include and exclude rulesets.
An elemnt is matched if it matches any include rule, as long as it does not match an exclude rule.
Rules are simple regexp patterns or glob like patterns that converts to regexp patterns.
This class joins up the include rules into one regexp and the exclude rules into an another regexp to improve the matching performance.
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.