Re: Simple folder walk...I think
Re: Simple folder walk...I think
- Subject: Re: Simple folder walk...I think
- From: Doug McNutt <email@hidden>
- Date: Fri, 16 Aug 2002 08:45:44 -0600
At 09:17 -0500 8/16/02, John Tuttle wrote:
>
lots to learn!
Do I ever agree with that!
>
set myclass to class of myitem
>
if myclass = "folder" then
I think setting myclass results in a variable of type class.
When you test for that type you don't want to compare to a text class object.
if myclass = folder then
But then it's AppleScript and logic has less to do with it than natural English grammar. I have been playing with another recursive walk into folders. I'll get the "final solution" out right soon now.
--
Applescript syntax is like English spelling:
Roughly, but not thoroughly, thought through.
_______________________________________________
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.