/ Published in: PHP
URL: http://www.barattalo.it/2010/02/02/recursive-remove-directory-rmdir-in-php/
Expand |
Embed | Plain Text
function rmdir_recurse($path) { if($file != '.' and $file != '..' ) { $fullpath = $path.$file; } } }
You need to login to post a comment.
