Related to my previous post:
Specifying specific folders recursively in winapp2.ini doesn't work. I don't see a way to remove all (sub)folders named eg. "ebay" from a directory tree.
Say, I have a folder "%userprofile%\Eigene Dateien\Temp1\eBay" and "%userprofile%\Eigene Dateien\Temp2\eBay", an entry
"FileKey1=%userprofile%\Eigene Dateien|ebay|REMOVESELF"
does NOT find any ebay-folder.
I have to put
"FileKey1=%userprofile%\Eigene Dateien\Temp1|ebay|REMOVESELF"
"FileKey2=%userprofile%\Eigene Dateien\Temp2|ebay|REMOVESELF"
but there might be 27 more such folders deeper in the directory tree. It's not nice, if one has to hard-code every single folder.