I need to get path string to android device or its SD card as be able to copy or get some files(e.g. pictures) to process further...
As I didn't find not so menu samples about...
- I tried go get the file with file dialog
f = Application.FileDialog...
but the directory has not been showed in the dialog. - I follow some samples to get
getExternalFilesDir(...
but I getSub or function not defined
error message. Simply I need to get file from let say this address:Computer\HUAWEI M2-801L\Internal storage\DCIM\Camera\12.jpg
- I tried to use
Environ()
go get external directory but I didn't success to open folder.
As well I need to count items there or choose the latest record etc in that directory etc.
I tried to work with WIA COMMON DIALOG but I stuck over there as well
please anyone to help