• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: check file
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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>)

  • Prev by Date: Re: Mysterious Preferences File
  • Next by Date: Re: Store script as run only
  • Previous by thread: check file
  • Next by thread: (no subject)
  • Index(es):
    • Date
    • Thread