Re: How write to a file in an invisible folder ?
Re: How write to a file in an invisible folder ?
- Subject: Re: How write to a file in an invisible folder ?
- From: Malcolm Fitzgerald <email@hidden>
- Date: Tue, 21 Sep 2004 09:43:45 +1000
email@hidden wrote:
View and try the following code -
set fileToCreate to "/ticker/TestFile.txt"
do shell script ("touch " & fileToCreate)
set filePath to POSIX path of file fileToCreate -- Convert UNIX path to
Mac path format.
--> "/:.ticker:TestFile.txt"
What is that slash doing there?
--
Malcolm Fitzgerald ph : 02 9318 0877
Database Manager fax: 02 9318 0530
The Australian Society of Authors <http://www.asauthors.org>
_______________________________________________
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