Recommend this page to a friend! |
Classes of Dimitri Sitchet | dFramework | system/dependencies/cakephp/filesystem/README.md | Download |
|
|
![]() CakePHP Filesystem LibraryThe Folder and File utilities are convenience classes to help you read from and write/append to files; list files within a folder and other common directory related tasks. Basic UsageCreate a folder instance and search for all the
Now you can loop through the files and read from or write/append to the contents or simply delete the file:
DocumentationPlease make sure you check the official documentation |