I do File.MakeDir(File.DirDocuments, "backup")
and File.Copy(File.DirAssets,"test.txt",File.DirDocuments & "/backup","test.txt")
and this app install in iphone ~
after remove this app from iphone , this file File.DirDocuments & "/backup","test.txt" also been remove .
Is there any way to keep this File.DirDocuments & "/backup","test.txt" in iphone after app have been remove .
and File.Copy(File.DirAssets,"test.txt",File.DirDocuments & "/backup","test.txt")
and this app install in iphone ~
after remove this app from iphone , this file File.DirDocuments & "/backup","test.txt" also been remove .
Is there any way to keep this File.DirDocuments & "/backup","test.txt" in iphone after app have been remove .