Re: unable to do batch operations
Re: unable to do batch operations
- Subject: Re: unable to do batch operations
- From: Andy Wylie <email@hidden>
- Date: Sat, 23 Mar 2002 10:59:56 +1200
on 23/3/02 8:48 AM, Jessica McMackin at email@hidden wrote:
>
set archive_list to every item in folder packet_folder
you're passing a Finder reference: {file "bla" of folder "bla" of
application "Finder" etc to Photoshop, it's best to use alias list if you're
moving, renaming and passing file references from Finder but you need to
trap the single item alias list bug...
try
set archive_list to every item in folder packet_folder as alias list
on error
set archive_list to every item in folder packet_folder as alias
end try
_____________________________ Andy
_______________________________________________
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.