A akinnovation Member Licensed User Longtime User Mar 2, 2022 #1 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
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
Andrew (Digitwell) Well-Known Member Licensed User Longtime User Mar 2, 2022 #2 List of methods to access external resources or share to external apps There are all kinds of ways to share files with other apps or access external resources. Here is a short summary of the available methods: - ActivityViewController (iPhone library): Allows sharing text, images or files with third party apps... www.b4x.com Upvote 0
List of methods to access external resources or share to external apps There are all kinds of ways to share files with other apps or access external resources. Here is a short summary of the available methods: - ActivityViewController (iPhone library): Allows sharing text, images or files with third party apps... www.b4x.com