copyFile

Copy existing file (C functions 'fopen', 'fread', 'fwrite', 'fclose')

Syntax

copyFile(fromName, toName)

Inputs (2)

fromName

Type: String

Description: Name of file to be copied

toName

Type: String

Description: Name of copy of file