DavideV Active Member Licensed User Longtime User Jan 5, 2019 #1 Hello devs, as for title, I would like to know if the returned path from runtimepermission.GetSafeDirDefaultExternal is writable for sure in every device. Thanks Davide
Hello devs, as for title, I would like to know if the returned path from runtimepermission.GetSafeDirDefaultExternal is writable for sure in every device. Thanks Davide
Erel B4X founder Staff member Licensed User Longtime User Jan 6, 2019 #2 No. You should check that File.ExternalWritable returns true. BTW, in most cases the default folder should be File.DirInternal. This is the safest place. Upvote 0
No. You should check that File.ExternalWritable returns true. BTW, in most cases the default folder should be File.DirInternal. This is the safest place.
DavideV Active Member Licensed User Longtime User Jan 6, 2019 #3 Thanks Erel, I'll do the extra check you wrote. Bye Upvote 0