Hi,
I am getting -47 errors from FSDelete and I can't figure out how to get rid
of them!!! I have make a movie from the file but I dispose of it before doing
the delete operation.
Any Ideas???
I am leaking temp files and it is causing major havoc!!!
Thanks a lot
Eric
Michael Babin - 31 Aug 2003 16:15 GMT
> I am getting -47 errors from FSDelete and I can't figure out how to get rid
> of them!!! I have make a movie from the file but I dispose of it before doing
> the delete operation.
>
> Any Ideas???
From MacErrors.h:
fBsyErr = -47, /*File is busy (delete)*/
Looks like the file is open and/or in use.
- Michael