creates the file dest-path as a copy of src-path. If the file is successfully copied, void is returned, otherwise the exn:i/o:filesystem exception is raised. If dest-path already exists, the copy will fail. File permissions are preserved in the copy. Under Mac OS Classic, the resource fork is also preserved in the copy. If src-path refers to a link, the target of the link is copied, rather than the link itself.