iOS Question how to create di in

Gianni Sassanelli

Active Member
Licensed User
Longtime User
hi
is possible to create a dir programmatically in this position (iPhone user root)

i have tried with
File.Makedir(File.DirDocuments, "myDir")
and
File.Makedir(File.Dirlibrary, "myDir")
but unsuccessfully

1628941016765.png
 

ilan

Expert
Licensed User
Longtime User
Last edited:
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
there is any way to do this for share and view file with external ?
List of methods to access external resources or share to external apps

can you post the relevant code to create folders in the Files App?
 
Upvote 0
Top