=====CopyFile===== ====Description==== Copy a file from the app given in **src** to the **dst** folder on the SD-Card. app.CopyFile(app.GetAppPath() + "/File.txt","/sdcard/File.txt"); See also [[built_in:copy_folder|CopyFolder]], [[built_in:delete_file|DeleteFile]], [[built_in:delete_folder|deleteFolder]], [[built_in:file_exists|FileExists]], [[built_in:folder_exists|FolderExists]]