Writing to specialFolderPath
Posted: Sun May 06, 2018 1:54 am
I am having trouble with the following code snippet...
It dose not write "2" to the file "FirstRun.txt". Any help would be greatly appreciated!!
Many Thanks,
Googie.
Code: Select all
put url ("file:" & specialFolderPath("engine") & slash & "FirstRun.txt" ) into blah
answer blah
put "2" into line 1 of url ("file:" & specialFolderPath("engine") & slash & "FirstRun.txt" )
put url ("file:" & specialFolderPath("engine") & slash & "FirstRun.txt" ) into blah
answer blah
Many Thanks,
Googie.