Re: Request for AppleScript books [and another newbie question]
Re: Request for AppleScript books [and another newbie question]
- Subject: Re: Request for AppleScript books [and another newbie question]
- From: Michael Kelly <email@hidden>
- Date: Thu, 07 Mar 2002 14:10:28 -0800
Thanks everyone for their help...
I'm finally starting to get this AppleScript stuff (it's a lot different
than Perl, Python, and the like) :)
On 3/7/02 3:33 AM, Martin Crisp <email@hidden> wrote:
>
> and:
>
> set my_filelist to {}
>
> Tell application "finder"
>
> set my_filelist to every item of folder "disk:folder1:subfolder1"
>
> end tell
>
>
Dear oh dear, what was I thinking?
>
>
set my_filelist to (name of every item of folder
>
"disk:folder1:subfolder1:")
--
Michael
_______________________________________________
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.