How access to access file saved on Android

Hi.

Simple question:  I am saving a image file using Android native and I have its URI (like: file:///mnt/sdcard/savedphoto.jpg").

Is there a way to access this file from Corona?  

Or is there a way to save the file directly on Corona’s TemporaryDirectory or DocumentsDirectory from Android native?

Ok. The following worked:

local c = display.newImage("/mnt/sdcard/savedphoto.jpg")

Please see these links:

http://docs.coronalabs.com/native/android/html/com/ansca/corona/storage/FileServices.html

http://docs.coronalabs.com/native/android/html/com/ansca/corona/CoronaEnvironment.html

I already did and they don’t have that info. The Enterprise docs are really disappointing…

The second link shows you how to get the file path to the temp/docs/caches directory.

Unless I am missing your intent here?

You are right. My mistake. Thanks for helping.

Ok. The following worked:

local c = display.newImage("/mnt/sdcard/savedphoto.jpg")

Please see these links:

http://docs.coronalabs.com/native/android/html/com/ansca/corona/storage/FileServices.html

http://docs.coronalabs.com/native/android/html/com/ansca/corona/CoronaEnvironment.html

I already did and they don’t have that info. The Enterprise docs are really disappointing…

The second link shows you how to get the file path to the temp/docs/caches directory.

Unless I am missing your intent here?

You are right. My mistake. Thanks for helping.