Name

move-file:file_misc — ordinary primitive

Synopsis

FORTH
MOVE-FILE ( src-str src-strlen dst-str dst-strlen -- errno|0 )(); 
 ;

Description

like RENAME-FILE, but also across-volumes <br> moves the file from src-name to dst-name and returns an error-code or null