Re: Anybody knows
Re: Anybody knows
- Subject: Re: Anybody knows
- From: Jon Pugh <email@hidden>
- Date: Fri, 27 Jul 2001 16:58:37 -0700
At 2:55 PM -0300 7/27/2001, Andre Martins wrote:
>
I'm trying to count the number of itens in my desktop folder, but the
>
number is wrong.
>
The code that I'm using:
>
>
tell application "Finder" to count items of "desktop folder"
>
set x to result
>
display dialog x
>
>
He answers 14, but that's 61 files and folders and aliases....
The part I like is that there *are* 14 items in "desktop folder", but they are characters. ;)
Jon