How to delete all files except one from a directory using PHP?
I have a few directories with some files in them:
/test1/123.jpg
/test1/124.jpg
/test1/125.jpg
/test2/123.jpg
/test2/124.jpg
I want to delete all except for /test1/124.jpg or /test2/124.jpg?
I know the directory name and the file name. Is there a way of doing that in a Linux environment with php and maybe unlink?
Total Views: 121 Today Views: 0















