I am creating a textfile and I'd like to overwrite it with a new one, what happens though, it modifies it and adds the content, I use this:
set f=fsoObject.CreateTextFile(tekstfile,true)
I set the overwrite on true, so I don't get it.
Appreciate your help.