Re: open for access file
Re: open for access file
- Subject: Re: open for access file
- From: Barry Wainwright <email@hidden>
- Date: Thu, 16 Jul 2009 17:20:04 +0100
--
Barry
On 16 Jul 2009, at 16:31, Mike Lally wrote:
set StoryFile to (path to users folder as string) & "ThreePigs.txt"
that is the problem. This will return the path to a theoretical file
in the top level 'Users' folder - the one that contains all the
different user profiles. A normal user will not have full read/write
access to this folder.
I guess the script should read:
set StoryFile to (path to desktop folder as string) &
"ThreePigs.txt"
or
set StoryFile to (path to documents folder as string) &
"ThreePigs.txt"
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden