Back

CopyFile

CopyFile copies a file to a given destination.

  app.CopyFile( source, destination )

The target must locate to the actual target file, not the folder. An existing file will be overridden.


string: path to file or folder ( "/absolute/..." or "relative/..." )