hi
i'm trying to create a directory on external storage
got the permission
on older versions of andriud it works
on version 13 it does not and no error is generated - it just ignores it...
targetSDK = 31
this is the code i use
thanks
i'm trying to create a directory on external storage
got the permission
on older versions of andriud it works
on version 13 it does not and no error is generated - it just ignores it...
targetSDK = 31
this is the code i use
B4X:
File.MakeDir(File.DirRootExternal,"/DirName")
thanks