Hi, Can anyone tell me how can I obtain the real path in sdcard of a file picked.
I have used the activity starter of Taifun (Picking files from the SD Card with App Inventor)
and the ImagePicker block but neither of them can give me the real path in sdcard, both of them copy the file in another folder:
storage/emulated/0/Pictures/_app_inventor_image_picker/picked_image-filename.jpg (path with imagepicker block
content://media/external/images/media/numberfile (path with activitystarter) (Where is this folder?)
Thank you for your attention