Invisible File Generator V2
Invisible File Generator V2
- Subject: Invisible File Generator V2
- From: Gil Dawson <email@hidden>
- Date: Sun, 03 Mar 2019 17:57:43 -0800
Hi--
I made some changes to conform to your helpful suggestions...
set QIFnListsFolder to (path to desktop) as text
set QifFileName to "Invisible File Issue.txt"
set TxtFilePath to (QIFnListsFolder & QifFileName)
try
close access file TxtFilePath
end try
set theFile to open for access file TxtFilePath with write permission
write "Test Line" & return to theFile starting at eof
close access theFile
...and now it works exactly as I had expected!
Thank you for your help!
--Gil
_______________________________________________
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