> 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
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
2 matches
Mail list logo