Re: [android-developers] Getting a File object from android

2009-12-05 Thread Mark Murphy
> 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 ano

[android-developers] Getting a File object from android

2009-12-05 Thread jax
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 doin