Filesystem tools not provided by default; can recursively create, copy and delete folders.
Filesystem tools not provided by default; can recursively create, copy and delete folders. Some template methods are provided for extensibility.
Located in /extras/FSTools.php (line 10)
Sets our global singleton to something else; useful for overloading functions.
Sets our global singleton to something else; useful for overloading functions.
Returns a global instance of FSTools
Returns a global instance of FSTools
Overloadable function that tests a filename for copyability. default, everything should be copied; you can restrict things to ignore hidden files, unreadable files, etc. applies to copyr().
Overloadable function that tests a filename for copyability. By default, everything should be copied; you can restrict things to ignore hidden files, unreadable files, etc. This function applies to copyr().
Copy a file, or recursively copy a folder and its contents; modified
Copy a file, or recursively copy a folder and its contents; modified so that copied files, if PHP, have includes removed
Recursively globs a directory.
Recursively globs a directory.
Recursively creates a directory
Recursively creates a directory
Delete a file, or a folder and its contents
Delete a file, or a folder and its contents
Allows for PHP functions to be called and be stubbed.
Allows for PHP functions to be called and be stubbed.
Documentation generated on Thu, 19 Jun 2008 18:49:16 -0400 by phpDocumentor 1.4.2