copyfile — Copy file
copyfile('source','destination') [status,message] = copyfile('source','destination')
copyfile('source','destination') copies the file to the file or directory destination.
[status,message] = copyfile('source','destination') copies source to destination, returning the status and a message.