I am trying to copy a file using Julia functions with the hope of manipulating the file and then use that copied version for various tasks in the Julia programming language. Can someone provide some example code of copying a file in Julia?
I guess I could do use read
then write
but it seems like I would be reinventing the wheel.
Is there a standard library function for this?
Inspired by this question.