Re: Changing creator code...
Re: Changing creator code...
- Subject: Re: Changing creator code...
- From: Thomas <email@hidden>
- Date: Fri, 29 Nov 2002 20:46:08 +0100
This sample script should do the trick, launch it on a folder that
contains only files you wish to edit :
set path_folder to choose folder
set list_folder to list folder path_folder without invisible
repeat with i from 1 to count of list_folder
set this_file to item i of list_folder
set file_path to ((path_folder as string) & this_file) as alias
tell application "Finder"
set creator type of file file_path to "8BIM"
end tell
end repeat
Thomas
graphics wrote :
>
I am still new to this...
>
>
Does anyone have a script that will change creator code (OS9) of a
>
bunch of
>
files in a folder? or at least point me in the right direction?
>
>
I like graphic converter, but need to work more in Photoshop and have a
>
bunch of files that open in GC when double clicked. I need them to open
>
in
>
PS.
>
>
TIA!
>
--
>
Curtis J Siters
>
Subway Stamp Shop
>
2121 Beale Avenue, Altoona, PA 166001
>
814.946.1000
_______________________________________________
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.