Re: does anybody have a recursive directory subrountine???
Re: does anybody have a recursive directory subrountine???
- Subject: Re: does anybody have a recursive directory subrountine???
- From: Michelle Steiner <email@hidden>
- Date: Wed, 12 Sep 2001 18:31:59 -0700
On 9/12/01 5:53 PM, Andrew Simpson <email@hidden> wrote:
>
I would like a subrountine that creates a list of all available files in all
>
avaialable folders no matter how deep they go into the hierachi from a
>
choosen disk or volume
Select the disk icon in the finder, then run this script:
tell application "Finder"
set itAll to entire contents of item 1 of the selection
end tell
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------