Page 1 of 1

How to delete a folder with hidden folders and files

Posted: Mon Mar 02, 2009 9:52 am
by ViH
I saw many functions, but they cannot delete a folder with hidden folders and files.

Indeed, I need to delete a temporary SVN working copy. Can I do it using SVN/exec?

Re: How to delete a folder with hidden folders and files

Posted: Mon Mar 02, 2009 10:22 am
by worldnet
Hi,

You can use a unix command to delete directories and files inside by using rm -rf {directory here} if you want to execute unix commands using php try to look into system(), and exec() functions.