How do I open a file on my Android tablet?
If my file is put in the Movies folder, can I open it in the following
way?
If not, how can I achieve this ?

private FileInputStream mFilePtr;
mFilename = "//Media//Movies//RaceHorses_416x240_30.YUV";
try{
                        mFilePtr = new FileInputStream(mFilename);

                }catch (Exception e){//Catch exception if any
                        System.err.println("Error: " + e.getMessage());


Thanks in advance!
Jiabin
Singapore

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to