• 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: Adding stuff to OS 9 extensions folder (was: AppleScript Help)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Adding stuff to OS 9 extensions folder (was: AppleScript Help)


  • Subject: Re: Adding stuff to OS 9 extensions folder (was: AppleScript Help)
  • From: Walter Ian Kaye <email@hidden>
  • Date: Thu, 3 Jun 2004 18:26:22 -0700

At 07:51p -0400 06/03/2004, Graff didst inscribe upon an electronic papyrus:

Even if the second thing I posted doesn't work, the first thing I posted might work under Jaguar:
----
tell application "Finder"
move theFile to (path to extensions folder)
end tell
----

"Folder is not available in this operating system version."


And if that doesn't work then do it the hard way:
----
tell application "Finder"
move theFile to folder ((startup disk as string) & "System Folder:Extensions:")
end tell

That's still hardcoding most of the path, though. I'd like to hear from someone running a non-US version of Jaguar to find out what works for them...


-boo
who used to rename his "System Folder" to "System [florin]" just because.
("[florin]" := Option+f)
_______________________________________________
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.


References: 
 >Re: Adding stuff to OS 9 extensions folder (was: AppleScript Help) (From: John Baltutis <email@hidden>)
 >Re: Adding stuff to OS 9 extensions folder (was: AppleScript Help) (From: Walter Ian Kaye <email@hidden>)
 >Re: Adding stuff to OS 9 extensions folder (was: AppleScript Help) (From: Graff <email@hidden>)

  • Prev by Date: Re: AppleScript Help
  • Next by Date: Re: Adding extensions to a large batch of files
  • Previous by thread: Re: Adding stuff to OS 9 extensions folder (was: AppleScript Help)
  • Next by thread: Adding extensions to a large batch of files
  • Index(es):
    • Date
    • Thread