What I'm trying to do is, to delete files which includes only such type of extensions.
Let's say a folder Images/
contains following files,
a.jpg
b.jpeg
c.php
d.php2
c.png
So now I want to delete only those c.php,d.php2
. Is there any way to do this in a single step or any ideas ?
Note: In this case, I do not know exact name of the file or extension.
Thank you in advance.
To delete specific extension files from sub directories, you can use the following function. Example:
e.g. To remove all text files you can use it as follows: