Re: Finder scripts and writing logs
Re: Finder scripts and writing logs
- Subject: Re: Finder scripts and writing logs
- From: John Delacour <email@hidden>
- Date: Fri, 30 May 2003 14:44:55 +0100
- Mac-eudora-version: 6.0b20
At 4:56 pm -0600 29/5/03, Mike Rowland wrote:
I get a message that file document file thelog of folder
x of folder y of disk z can not be made into a file....
It's a Finder object. Get it as a file specification
set f to [finder object] as file specification
open for access f with write permission
write _something to f starting at eof
close access f
JD
_______________________________________________
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.