Move COPY-FILE into the operating-system-specific files. Both OS/2
authorChris Hanson <org/chris-hanson/cph>
Sat, 28 Oct 1995 01:16:09 +0000 (01:16 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 28 Oct 1995 01:16:09 +0000 (01:16 +0000)
commit72648503ff22a8a926488425807ab8ab95058092
treeab1057ee34cf6bbabb3e02c4b1005511b6acf858
parent1f5f09df488c09991d9b7aea945abbfc9f2c6a30
Move COPY-FILE into the operating-system-specific files.  Both OS/2
and NT provide API calls to implement this operation, and these calls
do a better job than is possible with the previous code.  (For
example, the OS/2 call also copies extended attributes.)
v7/src/runtime/os2prm.scm
v7/src/runtime/sfile.scm
v7/src/runtime/unxprm.scm