Android Question makedir and makefile

kuosda

Active Member
Licensed User
Longtime User
How to use ExternalStorage to create new folders and files in File.DirRootExternal
 

mcqueccu

Well-Known Member
Licensed User
Longtime User
Please check point 29

Check point #8,9,10
 
Upvote 0

kuosda

Active Member
Licensed User
Longtime User
thinks!
about point 29
"It will not work with targetSdkVersion=30". Avoid using File.DirRootExternal. Either use File.DirInternal or RuntimePermissions.GetSafeDirDefaultExternal.
sdk>=30, it seems that there is a solution to find the ExternalStorage class
 
Upvote 0

mcqueccu

Well-Known Member
Licensed User
Longtime User
Take a look at

 
Upvote 2
Top