-------------------------------------------------
my sdcard contains two text files. I want when the user selects one of them within the application then it should open the selected file.
In the above code I am trying to pass the variable path,postion from AndroindApplication.java to Readfile.java .But in Readfile it is unable to get the path.
The text files are stored in myfolder under sdcard.
The two varaibles are used by File Oject in readfile.java to read the file.
HELP
OCPJP 6.0 93%
OCPJWCD 5.0 98%
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35247
7
posted
0
What does "unable to get the path" mean? What does happen, exactly, and what do you think should happen instead? What are the values of variables involved?