Can't get every document file of every folder of startup disk whose creator type = "MSIE"
Can't get every document file of every folder of startup disk whose creator type = "MSIE"
- Subject: Can't get every document file of every folder of startup disk whose creator type = "MSIE"
- From: Bill Hernandez <email@hidden>
- Date: Mon, 18 Dec 2006 13:06:30 -0600
tell application "Finder"
-- Find any Explorer HTML documents
-- ALL OF THESE GENERATE THE FOLLOWING ERROR
-- Finder got an error: Can't get every document file of every
folder of startup disk whose creator type = "MSIE"
-- set aList to get (every document file of every folder of the
startup disk) whose {creator type:"MSIE"}
-- set aList to get (every document file of every folder of the
startup disk) whose (creator type) is "MSIE"
-- set aList to get (every document file of every folder of the
startup disk) whose (creator type is "MSIE")
set aList to get (every document file of every folder of the startup
disk) whose (creator type is "MSIE")
repeat with f_ref in aList
set the (creator type) of f_ref to "sfri" -- Change the creator
type to Safari
end repeat
end tell
Any ideas why this does not work ?
TIA
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/mailman//archives/applescript-users
This email sent to email@hidden