D DeffJack New Member Jan 3, 2013 #1 If I save the settings of app in DirInternal, exactly where does it write the file? Like /data/data/ folder? If I save a settings with filename "setting.ini" in DirInternal where does it go? How can I find it? Thanks.
If I save the settings of app in DirInternal, exactly where does it write the file? Like /data/data/ folder? If I save a settings with filename "setting.ini" in DirInternal where does it go? How can I find it? Thanks.
D DouglasNYoung Active Member Licensed User Longtime User Jan 3, 2013 #2 Android doesn't reveal its internal file structure and you don't really need to know the explicit path name. If you save a file to DirInternal you read it from DirInternal - Simple as that! Upvote 0
Android doesn't reveal its internal file structure and you don't really need to know the explicit path name. If you save a file to DirInternal you read it from DirInternal - Simple as that!