Wednesday, May 24, 2006

PHP Script Tips - Working with Directoris and Files

PHP scripts and tips on file systems, including creating and removing directories, copying and removing files, dumping directory contents for an array, parsing file path names, etc.

How To Create a Directory?
How To Remove an Empty Directory?
How To Remove a File?
How To Copy a File?
How To Dump the Contents of a Directory into an Array?
How To Read a Directory One Entry at a Time?
How To Get the Directory Name out of a File Path Name?
How To Break a File Path Name into Parts?


----->Answers

No comments: