Re: Finder Text Document Preview
Re: Finder Text Document Preview
- Subject: Re: Finder Text Document Preview
- From: Yvan KOENIG <email@hidden>
- Date: Tue, 25 Jul 2006 08:37:46 +0200
Le 25 juil. 2006 à 08:04, Malcolm Fitzgerald a écrit : Contact: name phone: number fax: number email: address job: description
Hello
I don't know the code you are using to write your file.
This one works:
set mon_texte to "Contact: name" & return & "phone: number" & return & "fax: number" & return & "email: address" & return & "job: description"
set chemin to ((path to desktop) as text) & "un_essai.txt"
set f1 to open for access file chemin with write permission set eof of f1 to 0 write mon_texte to f1 close access f1
Yvan KOENIG |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden