bud.fs.copy
Copy a file.
Usage
bud.fs.copy takes a minimum of two arguments:
source- The path of the file to copy fromcontent- The path of the file to copy to
bud.fs.copy(`source.json`, `source.copy.json`)
Copy a file.
bud.fs.copy takes a minimum of two arguments:
source - The path of the file to copy fromcontent - The path of the file to copy tobud.fs.copy(`source.json`, `source.copy.json`)