Re: URL access scripting
Re: URL access scripting
- Subject: Re: URL access scripting
- From: Gnarlodious <email@hidden>
- Date: Sat, 15 Dec 2001 06:23:04 -0700
Entity Bryan Kobler spoke thus:
I don't know abour8.1 but here is a droplet that will make a text file of
aliases of all files in a folder including subfolders;
on open (Dropped)
set AppleScript's text item delimiters to return
tell application "Finder"
write ((entire contents of (Dropped as alias)) as text) to (make new
file at desktop)
set creator type of file "Apple:Desktop Folder:untitled" to "TBB6"
end tell
end open
You need to change the "TBB6" to your Text Editors creator for the icon to
be findable if your desktop is very cluttered like mine.
>
Does anyone know if I need a scripting addition for 8.1 or perhaps have
>
a loop function that breaks the folder down to one folder at a time? I
>
think I have see that before, can someone point me in the right
>
direction?
Rachel
http://www.gnarlodious.com