I use File.DirRootExternal and File.DirDefaultExternal in my apps and I want to implement the RuntimePermissions.
To the DirDefaultExternal I use GetSafeDirDefaultExternal("") and works fine.
How I can change this code to use the RuntimePermissions?
Thanks advance for any tips.
To the DirDefaultExternal I use GetSafeDirDefaultExternal("") and works fine.
How I can change this code to use the RuntimePermissions?
B4X:
MyDir = File.DirRootExternal & "/commom/"