Any way to copy a file with Joker? I'm not seeing it in the reference
I know I can use sh, but I'm on windows, and there is no copy or move program on windows to use with sh
copy is a command prompt special command, not an actual program you can make use of
Found it
(os/sh "cmd" "/c" "COPY" file to-dir)
@didibus I've added <http://joker.io/copy|joker.io/copy>
function that allows for something like (<http://joker.io/copy|joker.io/copy> (joker.os/create "dst") (joker.os/open "src"))
See https://github.com/candid82/joker/commit/bb5b1dc4896f9f8319139cd9653c416b09b0de4a