A Alex_197 Well-Known Member Licensed User Longtime User Jun 24, 2025 #1 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
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
A Alex_197 Well-Known Member Licensed User Longtime User Jun 24, 2025 #3 hatzisn said: xui.DefaultFolder for all IDEs Click to expand... 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 14 KB · Views: 43 Upvote 0
hatzisn said: xui.DefaultFolder for all IDEs Click to expand... 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.
f0raster0 Well-Known Member Licensed User Longtime User Jun 25, 2025 #4 maybe File.DirAssets or File.DirTemp edit: it looks like you can use File.Dirlibrary Last edited: Jun 25, 2025 Upvote 0