Re: AppleScript and OSX
Re: AppleScript and OSX
- Subject: Re: AppleScript and OSX
- From: nellA hciR <email@hidden>
- Date: Wed, 16 May 2001 09:44:06 -0800
Can anyone tell me why the simplest of snippets (given below) fails in
OS X?
It seems to choke on "every item of".
tell application "Finder" to set my_contents to every item in folder
"London:Desktop Folder:Upload Folder"
-- this works for me
tell application "Finder"
set fList to every item in alias "pb1:Users:hcir:Desktop:DBI-1.15:"
end tell
hcir
Made with a Mac!