can you tell me what the full path of my xml file, which is created through the following method:
fileos = openFileOutput("new.xml", MODE_PRIVATE);
Thank you for your help.
Even better, Android will tell you that by itself. :-) Use the following code:
getFileStreamPath("new.xml");
The SDK says:
Returns the absolute path on the filesystem where a file created with openFileOutput(String, int) is stored.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With