iOS Question Is there any analog of File.DirInternal for B4i?

Alex_197

Well-Known Member
Licensed User
Longtime User
Hi. Is there any analog of File.DirInternal for B4i?

I'm asking because I can't use File.DirDocuments because the content of it's folder is accessible with the iTunes. I need to save some private files.

Thanks
 

hatzisn

Expert
Licensed User
Longtime User
xui.DefaultFolder for all IDEs
 
Upvote 1

Alex_197

Well-Known Member
Licensed User
Longtime User
xui.DefaultFolder for all IDEs
Thank you for your advice but it won't work for me - for B4i XUI.DefaultFolder is the same as File.DirDocuments.

I need a folder that won't be accessible with the iTunes.
 

Attachments

  • XUI.png
    XUI.png
    14 KB · Views: 43
Upvote 0
Top