Posts by Claudinho Rainho • 11 points
2 posts
-
1
votes1
answer54
viewsQ: PHP how to delete file . jpg from all possible folders and subfolders
Currently I can easily delete files from a folder with the code below array_map('unlink', glob($diretorio."*.jpg")); However I cannot find a way to access possible subfolders, the names of the…
phpasked Claudinho Rainho 11 -
-4
votes0
answers40
viewsQ: PHP How to Access a Folder and Delete . php Files from All Folders and Sub Folders
On my website I allow users to upload Zip files, however I am trying to scan inside the root folder and delete specialty files in all folders and subfolders of the unzipped zip as . php or . jpg…
phpasked Claudinho Rainho 11