How to get path from content chooser?

itbank

New Member
Licensed User
Longtime User
If i select image in chooser i cant get this image full path
How to get full path?

Sub chooser_Result (Success As Boolean, Dir As String, FileName As String)

If Success Then
ToastMessageShow(Dir, True)
Else
ToastMessageShow("No image selected", True)
'Activity.Finish
End If

I get ContentDir, not mnt/sdcard/dcim/...
How to get full path? :BangHead:
 
Top