@brief copies a file into a target file fs.copyFile(source, destination)
fs.copyFile(source, destination)
Copies source to destination. If Destination is a directory, a file of the same name will be created in that directory, else the copy will get the specified filename.