Archive: Delete *.xyz (recursive)


Delete *.xyz (recursive)
I would like to delete recursive files depending on the suffix of the files. For example all .php-files in several folders.

But unfortunately, the Delete function has no /r parameter.


You can use FindFirst, FindNext and FindClose to find the files you want to delete. You can also use the following function:

http://nsis.sourceforge.net/archive/...php?pageid=266