Re: Adding stuff to OS 9 extensions folder (was: AppleScript Help)
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.