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 CopyFolder, DeleteFile, deleteFolder, FileExists, FolderExists