Ok, I'm not a pro at VB, as most of you know, but I thought I knew file saving. Guess not.

I'm making an HTML editor, and I've got pretty much everything down, except that whenever I save the file it places quotations ( " ) at the beginning and the end of the file. I've tried trimming them off the string immediately before writing it to the file, but that doesn't work. So I'm guessing that it's my method of file saving. I'm using Output and I have no idea how else I can write a string to a file.

Anyone know how I can fix this?