selection.getAbolutePath() to loadImage()
in
Android Processing
•
7 months ago
Has anyone successfully allowed a user to choose an image from their file system using the SelectFIle library and then passed the returned file path string into the loadImage(String path) method. The file path that is getting returned from filePath=selection.getAbsolutePath(); is /storage/emulated/0/box/box00006.png
loadImage() will only work with something like: //sdcard//box/box00006.png. Any thoughts?
Thanks,
Brian
1