Android Question SubDirectory creation

padvou

Active Member
Licensed User
Longtime User
What is wrong with this code:
B4X:
If File.Exists(File.DirRootExternal , "parentdir/subdir1")=False Then File.MakeDir(File.DirRootExternal , "parentdir/subdir1")
 

padvou

Active Member
Licensed User
Longtime User
No it's not read-only.
A couple of lines above the code snippet I posted, it creates other directories without issues.
I use the exact same code in other applications and it works fine..
 
Upvote 0
Top