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: John Baltutis <email@hidden>
- Date: Thu, 3 Jun 2004 15:22:43 -0700
On 06/03/04, "Eric C Saunders" <email@hidden> wrote:
>
The Finder dictionary has this entry:
<snip>
>
extensions folder reference [r/o] -- the special folder named
>
"Extensions"
<snip>
>
>
so, I think you are looking for:
>
>
set FileToMove to -- path to the files that you want to move
>
tell application "Finder"
>
move file FileToMove to extensions folder
>
end tell
>
>
As this is a "Special Folder" you do not need to know the name of the HD
>
for the target.
Getting the path is straightforward (see the post by Graff
<email@hidden> for more options). However, will this really work,
since all of these folders are read only?
_______________________________________________
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.