Make new folder with icon from image?
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.