Symfony File component reference
7 July 2023 (Updated 7 July 2023)
On this page
In a nutshell
The Filesystem component provides platform-independent utilities for manipulating the filesystem (e.g., looking in directories, reading files, editing files, etc).
Here are some example methods:
- mkdir
- exists
- copy
- remove
You can use the Finder
component to find files and then manipulate them using the Fileystem component.
Links
Tagged:
Symfony
Thanks for your comment 🙏. Once it's approved, it will appear here.
Leave a comment