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 16:00:22 +0900
On 2002.10.12, at 01:49 PM, Gakuji Ohtori wrote:
One workaround is to use "as list" such as
set theFolder to choose folder
tell application "Finder"
files in (entire contents of theFolder as list)
end tell
Sorry, I just found out that this workaround still causes an error when
theFolder contains one or more items. Any workarounds?
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.