Re: check file
Re: check file
- Subject: Re: check file
- From: Laine Lee <email@hidden>
- Date: Fri, 07 Apr 2006 13:38:28 -0500
- Thread-topic: check file
On 4/6/06 10:06 PM, "Honglei Zhang" <email@hidden> wrote:
> When recording video file as .mov file, is there any way to find out
> if that file is finished or still in the process of recording?
>
> Thanks
A droplet maybe?
on open (moviefile)
set b to info for moviefile
delay 1
set c to info for moviefile
if (size of c) - (size of b) = 0 then
display dialog "You're done!"
else
display dialog "Still recording."
end if
end open
--
Laine Lee
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >check file (From: Honglei Zhang <email@hidden>) |