Re: Invisible File
Re: Invisible File
- Subject: Re: Invisible File
- From: Emile SCHWARZ <email@hidden>
- Date: Sun, 03 Mar 2019 13:42:36 +0100 (CET)
- Importance: Medium
I do not get the idea of two lines to set the full file name:
set QifFileName to “Invisible File Issue” set TxtFilePath to (QIFnListsFolder & QifFileName & ".txt") as text Worst:
What if .txt became the start of the file name instead of its extension ?
Your file name will start with a dot and in that case, it is considered as invisible. Try:
set QifFileName to “Invisible File Issue.txt”
and be sure your code save the file in your front window…
|
_______________________________________________
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