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?
How to delete a folder with hidden folders and files
Moderator: General Moderators
Re: How to delete a folder with hidden folders and files
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.
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.