Re: Is there any way to simplify this?
Re: Is there any way to simplify this?
- Subject: Re: Is there any way to simplify this?
- From: Shane Stanley <email@hidden>
- Date: Sat, 20 Jan 2001 18:34:17 +1100
On 20/1/01 6:14 PM +1000, Michelle Steiner, email@hidden, wrote:
>
the next block is
>
>
tell application "Finder" to set totalFiles to count every file of
>
thefilepath
>
if totalFiles is greater than Maxfiles then
>
set counter to count thefilelist
>
tell application "Finder" to move items of thefilelist to the trash
>
end if
I have to ask -- why not just put all this in one "tell application
"Finder"" construct?
--
Shane Stanley, email@hidden