>I dont believe I've got another case of the error -43! > >I'm trying to use FN moveFile to, well move a file (and then rename it), >but with no luck. The FJII demo works, but when I try to move a file on my >nonsystem HD (using standard FILES$) error -43. > >Anyone got any ideas? > >David You can't move a file to a different HD without copying it, right? So you should use FN CopyFile instead of FN MoveFile. Sylvain