Löve can't access anything other than the save directory and where main.lua is, whether the latter is a folder or inside a .love file (zip archive), and potentially the folder where the .love file is, if you can mount it (works on windows at least, idk about other OS-es)
There have been attempts at libraries that would allow arbitrary locations and absolute paths; you can try this, but not sure if it'll work on android or not: https://github.com/megagrump/nativefs
Me and my stuff True Neutral Aspirant. Why, yes, i do indeed enjoy sarcastically correcting others when they make the most blatant of spelling mistakes. No bullying or trolling the innocent tho.
zorg wrote: ↑Sun May 31, 2020 9:24 am
Löve can't access anything other than the save directory and where main.lua is, whether the latter is a folder or inside a .love file (zip archive), and potentially the folder where the .love file is, if you can mount it (works on windows at least, idk about other OS-es)
There have been attempts at libraries that would allow arbitrary locations and absolute paths; you can try this, but not sure if it'll work on android or not: https://github.com/megagrump/nativefs
I am actually using the unix terminal of the android device.
lua io might fail with specific characters in paths & filenames; what i linked shouldn"t.
Me and my stuff True Neutral Aspirant. Why, yes, i do indeed enjoy sarcastically correcting others when they make the most blatant of spelling mistakes. No bullying or trolling the innocent tho.