Re: Newbie question
Re: Newbie question
- Subject: Re: Newbie question
- From: Michelle Steiner <email@hidden>
- Date: Thu, 10 May 2001 13:25:48 -0700
On 5/9/01 10:30 AM, Shuler, Ed (CO04) <email@hidden> wrote:
>
I want to test to see if files with a certain extension exist in a folder on
>
the desktop.
>
I have tried :
>
>
Set NumOfFiles to count of all files in folder "Ed's Numbers" whose name
>
ends with ".JC"
>
>
AS coughs on the whose name ends with ".JC" thing
>
>
Help
tell application "Finder"
-- change commas at end of next lines to option L
set NumOfFiles to ,
count (files of folder "Ed's Numbers" of the desktop ,
whose name ends with ".JC")
end tell
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------