Re: Simple folder walk...I think
Re: Simple folder walk...I think
- Subject: Re: Simple folder walk...I think
- From: Jon Pugh <email@hidden>
- Date: Fri, 16 Aug 2002 14:05:51 -0700
At 9:17 AM -0500 8/16/02, John Tuttle wrote:
>
I'm attempting to write a short script which will walk through a folder
>
which contains text files and other subfolders.
script walker
on open theFile
-- this is your HandleFile
end
end
on open theFiles
walk folders theFiles with script walker only using files of type {"TEXT"}
end
Now you can drag folders onto your droplet and they'll get scanned. Put your code in the script's open handler and you're done. It's pretty fast too.
Requires Jon's Commands, but it's simpler and faster than what you posted.
Jon
_______________________________________________
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.