Re: How to tell if a file is busy?
Re: How to tell if a file is busy?
- Subject: Re: How to tell if a file is busy?
- From: Jon Pugh <email@hidden>
- Date: Mon, 24 Sep 2001 21:02:37 -0700
At 10:36 AM +1000 9/25/2001, email@hidden wrote:
>
This code returns Busy: false when I know the file is in use. Why is it so?
I suspect it is because all your code is in a Finder tell block, but you are dealing with a scripting addition (i.e. "info for") and there have been terminology conflicts between these two in the past.
Jon's Commands has a "fileBusy" function in it. As another data point you could try that and see if it agrees with the code you are currently using.
Jon