Re: List content of a folder, output to document
Re: List content of a folder, output to document
- Subject: Re: List content of a folder, output to document
- From: Shane Stanley <email@hidden>
- Date: Wed, 06 Jan 2010 10:18:20 +1100
- Thread-topic: List content of a folder, output to document
I'd be nervous about using entire contents on any large file (OK, so I'm
nervous about Finder scripting generally these days). You might try using a
shell command like this:
set theStuff to do shell script "find " & (quoted form of POSIX path of
(choose folder)) & " \\! -name '[.]*' -print"
--
Shane Stanley <email@hidden>
AppleScript Pro, April 2010, Florida <http://www.applescriptpro.com>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden