[EMAIL PROTECTED] (Philip Jeffs) wrote:

 > Hi,
>
 > Does anyone know of an 'easy' way to delete folders that contain files and 
 >sub-folders?

system("rm -rf folder");

else you need to delete all the folders contents and then the foler
itself reccursivly.

-- 
Henrik Hansen

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to