- Timestamp:
- 08/28/07 20:52:46 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bbtracker/trunk/src/org/bbtracker/mobile/FileTrackStore.java
r88 r107 23 23 final Vector result = new Vector(); 24 24 connection = (FileConnection) Connector.open("file:///" + dir, Connector.READ); 25 final Enumeration list = connection.list("*" + EXTENSION , true);25 final Enumeration list = connection.list("*" + EXTENSION + "*", true); 26 26 while (list.hasMoreElements()) { 27 27 final String file = (String) list.nextElement();
Note: See TracChangeset
for help on using the changeset viewer.