Copying a file ?
How do I copy a file in Lispworks? I am on XP, so I thought something like (win32:CopyFileEx "c:\\Foo1.jpg" "c:\\Foo2.jpg" nil nil ...) Which it obviously doesn't like, because it seems to lack CopyFileEx in the Win32 package but I saw no command for copying a file. Thanks, William