Permit errors from my AppLinearCalendar object?

Set filesys = CreateObject("Scripting.FileSystemObject")
Set filetxt = filesys.CreateTextFile(filestring, True)


The second line causes the permission error. Why? I coulodn't figure what happened, it was fine, then it start giving me that errors after the latest update.
3,885 views 5 replies
Reply #1 Top
I'm still stuck on that.
Reply #2 Top
looks like you are using script to create a file. You are going to get permission errors when you use script to create any kind of file (I think)
Reply #3 Top
Yeah? It was fine for a long while. I guess it was changed.
Reply #4 Top
I started getting a lot more permission errors after SP2 upgrade. Also putting in MS Antispyware app gave me a lot more as well. It's always something.
Reply #5 Top
oddly, I updated to SP2 quite a while ago. It was fine till 2 days ago.