AndExplorer with Google AppInventor - read SD card

File Manager/Explorer for Android devices.
Post Reply
Bubba_TX
Posts: 1
Joined: Thu Feb 24, 2011 6:19 pm
AntiSpam sum: 8

AndExplorer with Google AppInventor - read SD card

Post 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?

support
Posts: 853
Joined: Sun Apr 20, 2008 4:40 pm

Re: AndExplorer with Google AppInventor - read SD card

Post 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);

Post Reply