My app stores parameters using the following statement,
local path = system.pathForFile( “mypara.txt”, system.DocumentsDirectory )
When uninstalling and installing the app again, the file mypara.txt survives. I want to remove this file completely, how can I find it on my Android device? Even if I enable hidden files in My Files to be shown, this file is still invisible.