Please let me know 1) where is my file
and 2) how can I change the data saving location to my accessible folder.
Non-visible component for storing and retrieving files. Use this component to write or read files on your device. The default behaviour is to write files to the private data directory associated with your App. The Companion is special cased to write files to /sdcard/AppInventor/data to facilitate debugging. If the file path starts with a slash (/), then the file is created relative to /sdcard. For example writing a file to /myFile.txt will write the file in /sdcard/myFile.txt.
GotText(text text)AppendToFile(text text, text fileName)Delete(text fileName)ReadFrom(text fileName)SaveFile(text text, text fileName)