Re: Anybody knows
Re: Anybody knows
- Subject: Re: Anybody knows
- From: Matthew Smith <email@hidden>
- Date: Sat, 28 Jul 2001 04:20:39 +1000
on 28/07/2001 03:55, Andre Martins at email@hidden 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....
>
Is there anything wrong with my code or the word "items" don't refer to
>
files, folders, aliases... ?
It also won't refer to any volumes on the desktop.
Matthew