[futurebasic] Re: [FB] FJ II FN moveFile

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : March 1999 : Group Archive : Group : All Groups

From: Sylvain Guillemette <allmedia@...>
Date: Mon, 15 Mar 1999 23:10:20 -0500
>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