Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 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:
http://lists.apple.com/mailman/options/applescript-users/email@hidden

This email sent to email@hidden

References: 
 >check file (From: Honglei Zhang <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.