Hi, today I just tried to copy and delete files from a windows mapped drive with copy-file and delete-file, but I got I/O error in copy-file and the delete-file just return nil without any effect. Does anyone have the same problem here? Is it a bug?
I'm not able to find any errors with copy-file or delete-file on a mapped network drive. Are you sure your permissions are correct?
I did however find another bug.
newLISP v.10.1.4 on Win32 IPv4, execute 'newlisp -h' for more info.
> (write-file "test" "")
0
> (copy-file "test" "again")
ERR: I/O error in function copy-file
>
Seems newLISP doesn't like copying files of 0 length.
Exactly! The file I was trying to copy and delete is of 0 length! Thank you.
This works in version 10.1.5, released next week.