• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: URL access scripting
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Droplet alias lists was Re: URL access scripting
      • From: Bryan Kobler <email@hidden>
References: 
 >Re: URL access scripting (From: Bryan Kobler <email@hidden>)

  • Prev by Date: Re: even better coerce to record with usrf
  • Next by Date: perl to applescript
  • Previous by thread: Re: URL access scripting
  • Next by thread: Droplet alias lists was Re: URL access scripting
  • Index(es):
    • Date
    • Thread