iOS Question Copy file

akinnovation

Member
Licensed User
Longtime User
Hi all,
I need to copy a file from File.dirTemp to directory I can see on the phone.
OK:
File.Copy(File.Dirtemp,Main.DbMName,File.DirDocuments,nomefiletx)
But I don't see the file on the phone
not OK:
File.Copy(File.Dirtemp,Main.DbMName,File.DirDocuments&"/Marco/",nomefiletx)
the app crash with the message "file doesn't exist"

Someone may help me. Thank you
 
Top