file/copy

source-path destination-path


Summary

Copy a file from SOURCE-PATH to DESTINATION-PATH

Bytecode

Probably only interesting to you if you want to understand more about the Nujel VM or care very much about performance.

(    0 ($get/val 'spit))
(    2 ($get/val 'destination-path))
(    4 ($get/val 'slurp))
(    6 ($get/val 'source-path))
(    8 ($apply 1))
(   10 ($apply 2))
(   12 ($ret))