- Home
- Computer
- Programming
- File and directory manipulation, part one - Dev Shed
Computer · Programming
File and directory manipulation, part one - Dev Shed
Listed in the directory · updated 20 Jul 2022
About File and directory manipulation, part one - Dev Shed
File and directory manipulation, part one - Dev Shed- PHP comes with a full-featured file and directory manipulation API that allows you (among other things) to view and modify file attributes, read and list directory contents, alter file permissions, retrieve file contents into a variety of native data structures, and search for files based on specific patterns. This file manipulation API is both powerful and flexible - two characteristics that will endear it to any developer whose ever had to work with file manipulation commands.