Android Assets with sub folders
Posted
by BahaiResearch.com
on Stack Overflow
See other posts from Stack Overflow
or by BahaiResearch.com
Published on 2010-06-13T21:02:35Z
Indexed on
2010/06/13
22:42 UTC
Read the original article
Hit count: 381
InputStream myInput = myContext.getAssets().open("MyFolder/" + "MyFile.db3");
I have a file in the assets folder in a sub folder as above. It doesn't get the file though, is there a special way to specify a sub folder in the assets folder?
Ian
© Stack Overflow or respective owner