COPY-FILE CONVERT COUNT
COPY-FILE ( src-str src-strlen dst-str dst-strlen -- errno|0 )  
<PFE-MISC>
like RENAME-FILE, copies the file from src-name to dst-name and returns an error-code or null

reference: p4_copy_file in ../src/misc.c:0948, export CO COPY-FILE