List folders in res folder

Hi all,I want to implement a fake filesystem under the res folder. I have tried to use FileConnection but do not know the url of the res folder. Does anyone know this or any other way I can list the directories that are in the res folder?Cheers,Dan
[276 byte] By [doggy123a] at [2007-11-26 16:54:27]
# 1
Just added some duke dollars, please I need some help on this urgently!Cheers,Dan
doggy123a at 2007-7-8 23:22:07 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
Basicly, that is not possible.What you can do is make your own file table where you put the paths and file names of all the files in the res folder. Save that file in the res folder, and you can use it to get a directory structure.
deepspacea at 2007-7-8 23:22:07 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
Thank you for your post. I have already thought about this method, but by setting my own midlet keys and using getAppProperty(). I thought there would be a nicer way of doing it than by explicitly writing down the directory structure?Dan
doggy123a at 2007-7-8 23:22:07 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 4
No, there is no nicer way.
deepspacea at 2007-7-8 23:22:07 > top of Java-index,Java Mobility Forums,Java ME Technologies...