Where will this newly created file reside in android package

nelly27

New Member
where will the file created by these lines of code reside in the application?\[code\] final String xmlFile="userData"; String userNAme="username"; String password="password"; FileOutputStream fileos= getApplicationContext().openFileOutput(xmlFile, Context.MODE_PRIVATE);\[/code\]
 
Back
Top