Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)tarkinheldNovember 28, 2003 at 7:00 AM#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.
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)kichikNovember 28, 2003 at 12:20 PM#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/viewpage.php?pageid=266