* COPY-FILE ( src-str src-strlen dst-str dst-strlen -- errno|0 ) like RENAME-FILE, copies the file from src-name to dst-name and returns an error-code or null
COPY-FILE
( src-str src-strlen dst-str dst-strlen -- errno|0 )
RENAME-FILE
FORTH/FORTH file_misc ordinary primitive