Re: open for access file
Re: open for access file
- Subject: Re: open for access file
- From: Shane Stanley <email@hidden>
- Date: Sat, 18 Jul 2009 09:04:17 +1000
- Thread-topic: open for access file
On 18/7/09 8:28 AM, "Christopher Stone" <email@hidden>
wrote:
> You must open for access to write to a file however.
Not really:
tell application "Finder"
set someFile to (make file at desktop with properties {name:"My
test.txt"}) as alias
end tell
write "Here is some text" to someFile
--
Shane Stanley <email@hidden>
AppleScript Pro Sessions <http://scriptingmatters.com/aspro>
_______________________________________________
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