02-22-2009, 08:13 AM
|
#1 (permalink)
|
| New Member
Join Date: Feb 2009 Model: 9500 PIN: N/A Carrier: F Bouygues Telecom
Posts: 4
Post Thanks: 0 Thanked 0 Times in 0 Posts
| using filter in FileConnection's "list()" method Please Login to Remove! Hi,
I wrote a piece of code to enumerate a folder's content, with the list() method of javax.microedition.io.file package.
This method can be used without any parmeters, or with a String as filter.
I want to filter to search only for some file's extentions, but I can't figure out how to do this.
If I use a simple filter like "*.jpg", this will work.
If I use some sort of other filter, like "*.jpg;*.png" this does not work (no Exception, but got 0 entries in the enumeration)
I tried many many style of "filter string":
"*.jpg;*.png", "*.jpg *.png", "*.jpg|*.png", whith parenthesis, with "&", "," etc, nothing works
Doeas anyone know how to achieve this ? (I don't want to loop within an array specifying all the extentions that I want to filter.
__________________
___________________
Best regards,
Strato
|
| Offline
| |