Recommend this page to a friend! |
Classes of Ravi Kumar | SPL Find Images | classes/Find/README.md | Download |
|
DownloadSPL FindThis package provides specialized Iterator classes for finding files and directories.
MethodsIt uses template and fluent design pattern.
extensionThis is used to filter the files on the basis of extensions of the file.
sortThis is used to sort the files. <br> const SORT_BY_NAME = 1 <br> const SORT_BY_NAT_NAME = 2
limitThis is used to limit the output files.
|