Re: open for access file pathstring with write permission
Re: open for access file pathstring with write permission
- Subject: Re: open for access file pathstring with write permission
- From: David Glass <email@hidden>
- Date: Tue, 14 Jan 2003 11:25:10 -0800
On 1/14/03 9:56, "Jacco Rens" <email@hidden> wrote:
>
tell application "Finder"
>
set pathstring to ((the path to desktop) as text) & "test"
>
set theNote to open for access file pathstring with write permission
>
write "test, test" to theNote
>
close access theNote
>
end tell
Any particular reason you have it in a Finder tell?
Without the tell statement it works for me.
--
David Glass
email@hidden
_______________________________________________
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.