Network drive I/O error on windows Xp

Started by linli, September 01, 2009, 10:31:22 AM

Previous topic - Next topic

linli

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?

m35

#1
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.

linli

#2
Exactly! The file I was trying to copy and delete is of 0 length! Thank you.

Lutz

#3
This works in version 10.1.5, released next week.