radstudio c ++ builder; development for android;

I need to save data from the program (test, calculation) in the program for android.

lbxsett->Items->SaveToFile("/sdcard/settings.txt"); 

Here is how I saved. So it simply saves to the internal memory, how to make the files impossible to edit, change outside of the program? How can I save a hidden folder? or in the program cache?

    1 answer 1

    Found the right way to share:

    1) add the library

     #include <System.IOUtils.hpp> 

    on the .cpp form.

    2)

     Memo1->Lines->SaveToFile(GetHomePath()+"test.txt"); 

    3) perfect!

    • Laugh, right. Even without a corebot, any corebot will provide an opportunity to do something with them. Or adb . - 0andriy