I have multiple FireFox profiles. I want to delete a particular file within each profile via wildcard. I've added the custom file to CCleaner's include list i.e:
C:\Users\Me\AppData\Roaming\Mozilla\Firefox\*\FileToDelete.txt
Unfortunately this wildcard doesn't work. Instead I have to designate each profile individually i.e:
C:\Users\Me\AppData\Roaming\Mozilla\Firefox\Profile1\FileToDelete.txt C:\Users\Me\AppData\Roaming\Mozilla\Firefox\Profile2\FileToDelete.txt
Is this normal behaviour? Is there a workaround or way to fix this? Thanks.