Is it possible to transfer images included in the apk in another folder [Solved]
Re hello
in my project, I create two folder with the "File.MakeDir" this folder are used by the user to stored images
Currently the folder is empty after installing the program
I'd like to put some image that the user can use the program without having to find their own images
I had thought to put the image in "File.DirAssets" and copy the installation in a user folder but I doubted it "File.Copy (File.DirAssets, MyFile, folder_pics, MyFile)" does not work
what solution you advise me?
Re hello
in my project, I create two folder with the "File.MakeDir" this folder are used by the user to stored images
Currently the folder is empty after installing the program
I'd like to put some image that the user can use the program without having to find their own images
I had thought to put the image in "File.DirAssets" and copy the installation in a user folder but I doubted it "File.Copy (File.DirAssets, MyFile, folder_pics, MyFile)" does not work
what solution you advise me?
Last edited: