Is there a way to use a wildcard criteria in a filter folder e.g find all mp3's being *.mp3
Mensajes Tue 01 Jul 14 @ 10:17 am
I can think of 2 options:
1. file path ends with ".mp3"
2. file path contains ".mp3"
The first one is working, I do use a similar filter folder.
The second one should work.
EDIT: If you want a wild card for other filters, use "contains"
1. file path ends with ".mp3"
2. file path contains ".mp3"
The first one is working, I do use a similar filter folder.
The second one should work.
EDIT: If you want a wild card for other filters, use "contains"
Mensajes Tue 01 Jul 14 @ 11:01 am
Brill - many thanks PachN much appreciated
Mensajes Tue 01 Jul 14 @ 11:06 am





