Re: How do I list ONLY the files in a folder that has other folders in it?
Re: How do I list ONLY the files in a folder that has other folders in it?
- Subject: Re: How do I list ONLY the files in a folder that has other folders in it?
- From: Michelle Steiner <email@hidden>
- Date: Tue, 1 Jun 2004 00:05:55 -0700
On May 31, 2004, at 11:09 PM, Richard Covert wrote:
I have a folder which may have XXX other folders in it. I want to list
only the files in the files and NOT the files in the other folders in
that folder.
set foo to choose folder
tell application "Finder"
files of foo
end tell
--
"Never ask a man what computer he uses. If it's a Mac, he'll tell you.
If it's not, why embarrass him?" --Tom Clancy
_______________________________________________
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.