filter files with more than one extension
Posted: Thu Oct 06, 2016 5:55 pm
I have a list of sound files .wav and .m4a, I would like to have both kind listed, I saw that this code works:
I haven't find how to include two types. Obviously this don't works:

Code: Select all
put the files into soundListFiles
filter soundListFiles with ".wav"
Code: Select all
filter soundListFiles with ".wav|*.m4a" -- don't work
