e.g. Telegram create folder in internal storage and store all file in this folder. When telegram unstall, file and folder inside are not remove. like this I want store fie in iternal folder.
Type: Posts; User: pradeep; Keyword(s):
e.g. Telegram create folder in internal storage and store all file in this folder. When telegram unstall, file and folder inside are not remove. like this I want store fie in iternal folder.
I use DataStorageDirectory$( "Android object" ) + "/" + "ABC.text" for save ABC.text. But when clear all data this file remove. I want this file not remove when app unstall or reinstall or clear all...
Android object:
Android Object - Expressions
Get data storage directory
Temp directory
External storage directory
But how Save and load any file from Internal storage?
Plz help