Re: Making a folder in the user's library
Re: Making a folder in the user's library
- Subject: Re: Making a folder in the user's library
- From: Philippe GRUCHET <email@hidden>
- Date: Fri, 4 Apr 2003 05:35:46 +0200
From: John Baltutis <email@hidden>
Note that it doesn't work, except for those special folders. When I
tried this:
set appSupport to folder (((path to the application support folder
from the user domain) as string) & "myFolder")
Not 'path to the', but 'path to'.
See:
open alias ":System:Library:ScriptingAdditions:StandardAdditions.osax:"
And remove 'folder' and 'the'. So, we get:
set appSupport to alias ((path to application support folder from user
domain) & "myFolder" as string)
(Meaning that exists "myFolder"!)
Kind regards,
Philippe/SVM Mac
http://svmmac.vnunet.fr
_______________________________________________
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.