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]

# 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.
# 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