Hello everyone,
The application I am developing aim at monitoring and recording radio and data session information, especially disconnection reasons. It stores these information into a text file thanks to the use of fopen function. ( fopen(“fx30sessionstates.txt”,“a”); )
But when the app is reinstalled or relaunched, the file is deleted by the system as a temporary file. So even if the file is opened in “append” mode, the file is still deleted.
Could someone tell me where the file should be saved permanently ?
Thank you