Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > Folder Action to change file creator-help

Folder Action to change file creator-help
Thread Tools
Junior Member
Join Date: Dec 2000
Location: Orono, ME
Status: Offline
Reply With Quote
Feb 28, 2001, 01:33 PM
 

I have written an applescript that I want to use as a Folder action to convert Text files to Tex-Edit format. I have gottent he script to work as a droplet but if I use it to work as a folder action I get this:

An error -2753 occurred while the Folder Actions server was executing a script.

Here is my script. Any thoughts?

on adding folder items to this_folder after receiving added_items
tell application "Finder"
activate
select added_items
repeat with theItem in theSelection
if (theItem's file type is "TEXT") then
set theItem's creator type to "TBB6"
end if
end repeat
end tell
end adding folder items to

thanks
     
Junior Member
Join Date: Dec 2000
Location: Orono, ME
Status: Offline
Reply With Quote
Feb 28, 2001, 02:38 PM
 
well I answered my own question.... Here's the working script in case anyone is interested...

on adding folder items to theFolder Â
after receiving TEXTFiles
tell application "Finder"
activate
select TEXTFiles
repeat with aFile in TEXTFiles
if (aFile's file type is "TEXT") then
set aFile's creator type to "TBB6"
end if
end repeat
end tell
end adding folder items to
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 11:01 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2