bud.fs.move
Move a file.
Usage
bud.fs.move
takes a minimum of two arguments:
source
- The path of the file to be movedcontent
- The path to be moved to
await bud.fs.move(`from/source.json`, `to/source.json`)
Move a file.
bud.fs.move
takes a minimum of two arguments:
source
- The path of the file to be movedcontent
- The path to be moved toawait bud.fs.move(`from/source.json`, `to/source.json`)