Public Member Functions | |
| ls_a ($wh) | |
| cp ($wf, $wto) | |
| rm ($dir) | |
Definition at line 13 of file FileOps.class.php.
|
||||||||||||
|
Copies $wf in $wto. The way it works is like the cp command in UNIX It has been made by [torrmal at yahoo dot com] and taken from the PHP manual. I have modified the original code a little to get it works like the cp command in UNIX. [resman]
Definition at line 44 of file FileOps.class.php. References ls_a(). Referenced by ModuleInstall::FilesInstall(). |
|
|
This function lists a directory. And is needed for the cp function. It has been made by [torrmal at yahoo dot com] and taken from the PHP manual
Definition at line 21 of file FileOps.class.php. Referenced by cp(). |
|
|
Deletes $dir recursively. It has been made by [flexer at cutephp dot com] and taken from the PHP manual. I have modified the original code a little to get it works like the rm command in UNIX. [resman]
Definition at line 86 of file FileOps.class.php. |
1.3.4