:sign0104:Can somebody help me with this please? I want to show 2 lists from which the user can select a folder and then a file. I also want to allow the user to select from an SDcard or CF card. Sorry if this has been covered before but I couldnt find it. Mike
Some devices name the card as "Storage Card", other with a diferent name, nad thus, you need first to establish a way to get the name...
the rest is easely done...
Thanks to both of you. Actually for the time being I decided to place the data-files in the same folder as the app and used AppPath to retrieve them. But in the long run I'll need to separate data from the app itself. Mike.