copyFile

Copy existing file (C functions 'fopen', 'getc', 'putc', '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