Re: Invisible File
Re: Invisible File
- Subject: Re: Invisible File
- From: Yvan KOENIG <email@hidden>
- Date: Sun, 03 Mar 2019 12:28:52 +0100
I can't test under 10.11.6 but here is an edited version which use more
correctly the open for access feature.
set QIFnListsFolder to path to desktop as text # EDITED
set QifFileName to "Invisible File Issue"
set TxtFilePath to QIFnListsFolder & QifFileName & ".txt" # EDITED
try
close access file TxtFilePath
end try
set theFile to open for access file TxtFilePath with write permission # EDITED
write "Test Line" & return to theFile starting at eof # EDITED
close access theFile # EDITED
Under 10.13.6 it behaves flawlessly.
Yvan KOENIG running High Sierra 10.13.6 in French (VALLAURIS, France) dimanche
3 mars 2019 12:28:42
_______________________________________________
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