Re: changing file creator
Re: changing file creator
- Subject: Re: changing file creator
- From: email@hidden
- Date: Thu, 2 May 2002 16:27:35 EDT
-- Given: OurFilePath represents a path (E.G. - "Sys HD:Some Folder:Some
File") as string
-- Purpose: Swap creator codes to make a simpletext file into a BBEdit File
-- From: last segment of a larger script that generates dynamic web content
pages
tell application "Finder"
set BBEditCreatorCode to "R*ch" as string
set OurFilePath to OurFilePath as alias
set the creator type of OurFilePath to BBEditCreatorCode
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.