sroot = File.DirRootExternal
filename = sroot & "/apptest/options.txt"
List1 = File.ReadList(File.DirInternal,filename )
sroot = File.DirRootExternal
filename = "apptest/options.txt"
log(sroot & "/" & filename) 'just to see if you'll have: "/sd-card/apptest/options.txt"
List1 = File.ReadList(sroot ,filename )
Yes, You can create a folder in the root of the internal SD card called apptest then the text file will be referred to like this:Don't I have access to the root directory like the phone explorer app? The device is not rooted.