Hi all,
I need to copy a file from File.dirTemp to directory I can see on the phone.
But I don't see the file on the phone
the app crash with the message "file doesn't exist"
Someone may help me. Thank you
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)
not OK:
File.Copy(File.Dirtemp,Main.DbMName,File.DirDocuments&"/Marco/",nomefiletx)
Someone may help me. Thank you