PB 5.31 32bit, Win 7 x86
In the Find in Files dialog you can enter "Extension filters:". However, the filter fails if it has more than one extension thus:
*.pbi; *.pb
Do I have the syntax wrong?
Find in Files
-
IdeasVacuum
- Always Here

- Posts: 6426
- Joined: Fri Oct 23, 2009 2:33 am
- Location: Wales, UK
- Contact:
Find in Files
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
If it sounds simple, you have not grasped the complexity.
-
Little John
- Addict

- Posts: 4812
- Joined: Thu Jun 07, 2007 3:25 pm
- Location: Berlin, Germany
Re: Find in Files
It seems that it should look like this:IdeasVacuum wrote:*.pbi; *.pb
Do I have the syntax wrong?
*.pbi,*.pb
(see near the end of this page in the Reference Manual).
Re: Find in Files
Yes, as Little John said, it does work as expected if you use a comma instead of a semi-colon to separate file extensions.
But, to make things even simpler, use *.pb* to search through all PB filetypes.
But, to make things even simpler, use *.pb* to search through all PB filetypes.
PB Forums : Proof positive that 2 heads (or more...) are better than one 