• 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
Make new folder with icon from image?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Make new folder with icon from image?


  • Subject: Make new folder with icon from image?
  • From: Steen <email@hidden>
  • Date: Sat, 20 Dec 2003 16:55:44 +0100

Hi,

I have been trying for several days now to figure out how to make a new
folder with icon from a image.

I did also try the Extra Suites, but get an error.
See script at bottom.
I'm using OSX

My equestrian is, does anyone now about or have a applescript or something
else that make a folder with icon from a images that is stored in a folder.

Is it possible for applescript to do stuff like this?

IconFamily class how can I use it in applescript or is this only for coca?
(http://homepage.mac.com/troy_stephens/software/objects/IconFamily/)


thanks very much for any info...

Best regards
Steen


-- Script

set theFile to ""
set thefolder to ""

set theFile to (choose file with prompt "choose file ") as alias
set thefolder to (choose folder with prompt "choose folder ") as alias


tell application "Extra Suites"

create thumbnail icon for theFile
transfer icon from theFile to thefolder

end tell
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: Make new folder with icon from image?
      • From: Graff <email@hidden>
  • Prev by Date: Menu Shortcuts
  • Next by Date: Re: change from upper to lower case
  • Previous by thread: Menu Shortcuts
  • Next by thread: Re: Make new folder with icon from image?
  • Index(es):
    • Date
    • Thread