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: Martin Crisp <email@hidden>
- Date: Thu, 7 Mar 2002 22:33:57 +1100
- Organization: Tesseract Computing
On Thu, 7 Mar 2002 21:57:21 +1100 the muse struck Martin Crisp, who
wrote (in message <
email@hidden>):
>
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:")
Have Fun
Martin
--
I have absolutely no reason to complain about "success" with my work;
[...] And yet, from time to time a boundless sense of inferiority
plagues me, a desperate feeling of general failure; how does a person
acquire such bits of lunacy?
- MC Escher
Almost always SMASHed
_______________________________________________
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.