I have a library that takes a File object as a parameter to one of the
functions.

I am getting the file like this:

this.openFileOutput("myFile", MODE_PRIVATE)

I need to load this file from the system, however, I don't know how to
convert FileOutputStream to File.  Or is there another way of doing
this?

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