Re: file list with Finder
Re: file list with Finder
- Subject: Re: file list with Finder
- From: Gakuji Ohtori <email@hidden>
- Date: Sat, 12 Oct 2002 17:33:35 +0900
On 2002.10.12, at 04:28 PM, Paul Berkowitz wrote:
In any case, if you are planning to use a recursive handler to go
through
the whole tree, why are you using 'entire contents'? It won't give you
the
means to do that. You need to go folder by folder. Get every file and
every
folder of each folder, and look in each folder for more. I hope this
tree
isn't too big.
I'm not planning to use a recursive handler. I just want to list all
files under a folder including those in the subfolders and then apply
some process to each of the listed files.
I can use a recursive handler instead of "entire contents" to list all
files in a folder and its subfolders, but the implementation with a
recursive handler is much (about 10 times) slower than the
implementation with Finder's "entire contents".
Gaji
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.