SyntaxFix
Write A Post
Hire A Developer
Questions
You could just use this
FileOpen(1, "C:\my files\2010\SomeFileName.txt", OpenMode.Output) FileClose(1)
This opens the file replaces whatever is in it and closes the file.