Type/Creator again...
Type/Creator again...
- Subject: Type/Creator again...
- From: Hellum Timothy <email@hidden>
- Date: Mon, 6 May 2002 10:53:17 -0400
Hi all,
I don't do very much AppleScript, but why won't this folder action work on
a file dropped or saved into the "watched" folder?
property fileType : "JPEG"
property creatorType : "8BIM"
--
on adding folder items to this_folder after receiving added_items
tell application "Finder"
repeat with theItem in theList
set file type of theItem to fileType
set creator type of theItem to creatorType
end repeat
end tell
end adding folder items to
Any help much appreciated...
Timothy
_______________________________________________
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.