Oh Great Monks.
Is there any way to force a delete on a directory if it contains subdirectories and files in these subdirecotories?
Or do I have to go through each sub and delete all the contents first then delete the parent directory.
That is a code snippet from my script that removes the directory but it only works if the folders are empty. I am trying to do this via ftp b/c I am already using an ftp script to get some files and back them up from a different directory. I want to try and remove folders from the same script.