Re: What I really want to say is:
Re: What I really want to say is:
- Subject: Re: What I really want to say is:
- From: Andy Wylie <email@hidden>
- Date: Mon, 24 Sep 2001 19:44:16 +1200
on 24/9/01 1:35 PM, Rachel Cogent at email@hidden wrote:
>
Change every file of every subfolder of selection from creator AppleScript
>
to creator Smile.
>
>
But for some unknown reason it's not that easy.
>
It's this easy using Akua...
set x to the entries in (choose folder with prompt "Smile what ToyS?") whose
creators are in {"ToyS"} to a depth of -1 as alias
repeat with i in x
apply catalog info {file creator:"VIZF"} to alias i
end repeat
_____________________________ Andy