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 15:30:41 +0900
On 2002.10.12, at 02:41 PM, david wrote:
this works with both 'folder with items' and folder without items'
set theFolder to choose folder
tell application "Finder"
get (items of theFolder)
end tell
Yes, but I want to list all files in a folder traversing its tree
structure recursively.
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.