• 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: Dual Purpose Applet Question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Dual Purpose Applet Question


  • Subject: Re: Dual Purpose Applet Question
  • From: Mr Tea <email@hidden>
  • Date: Tue, 05 Dec 2000 19:26:11 +0000

This from Arthur J Knapp - dateline 5/12/00 6.11 pm:

> Your script works fine "as is" for me.

And this from Michelle Steiner - dateline 5/12/00 5.11 pm:

> Your script is working properly; you just can't hear the extra beeps.

I guess I was just too timid there. Thanks for the encouragement. The
following works a treat...

on open fileList
--start single line
set theName to (day of (current date) as string) & " " &
(characters 1 thru 3 of (month of (current date) as string) as string)
& " " & (year of (current date) as string) & " - " &
time string of (current date)
--end single line
tell application "Finder"
activate
-- start single line
make folder of alias "Hartside!:Hartside Folder:Storage:"
with properties {name:theName}
-- end single line
copy the result to newFolder
move every item of fileList to newFolder
end tell
end open

tell application "Finder"
open alias "Hartside!:Hartside Folder:Storage:"
end tell

Now, if anyone can suggest a neater way of setting 'theName'...

Mr Tea
--
Brew of the day: [idem]


  • Follow-Ups:
    • Re: Dual Purpose Applet Question
      • From: Paul Berkowitz <email@hidden>
References: 
 >Re: Dual Purpose Applet Question (From: "Arthur J Knapp" <email@hidden>)

  • Prev by Date: Re: moving insertion point to beginning of text field
  • Next by Date: Re: Re: Dual Purpose Applet Question
  • Previous by thread: Re: Dual Purpose Applet Question
  • Next by thread: Re: Dual Purpose Applet Question
  • Index(es):
    • Date
    • Thread