Re: file list with Finder
Re: file list with Finder
- Subject: Re: file list with Finder
- From: david <email@hidden>
- Date: Sat, 12 Oct 2002 03:29:11 -0400
On Saturday, October 12, 2002, at 03:00 AM, Gakuji Ohtori wrote:
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?
for the record this does work:
set theFolder to choose folder
tell application "Finder"
get entire contents of theFolder
end tell
(you may run out of memory - i did a few times with 640MB ram :)
David in Maine USA
_______________________________________________
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.