Page 1 of 1

AndExplorer with Google AppInventor - read SD card

Posted: Thu Feb 24, 2011 6:23 pm
by Bubba_TX
Can I read the text from a file that is on my SD card with AndEplorer using Google AppInventor?

I've used it to PICK the file but what are the intent parameters to READ the file?

Re: AndExplorer with Google AppInventor - read SD card

Posted: Sun Feb 27, 2011 10:11 am
by support
To read content of file? No, once you have the path to the file, you should be able to read it with:
FileInputStream in = new FileInputStream(pathreturnedbyandexplorer);