Hi,
Does anyone recommend a file system object in PHP or a group of functions that handles creating, deleting and modifying files and directories?
http://www.php.net/manual/en/function.chmod.php http://www.php.net/manual/en/function.mkdir.php http://www.php.net/manual/en/function.touch.php http://www.php.net/manual/en/function.unlink.php
Thanks,
I was aware of these functions,
What I am really looking for is a set of functions that handles some of dirty work.
For those that are interested here is a Class that I found. http://www.thewebmasters.net/php/File.phtml