I'll start out by saying that I'm fairly comfortable programming in VB (2005) but, since I'm self-taught, I don't know the proper terminology for most things, so I apologize in advance if this is hard to understand.

Should be an easy question today: I have a fairly simple application and I now need to store some data to a .txt document. From what I read, it should be easy, but I can't seem to get it working right now.

If the file path of the text document was: C:\Program Files\Poop.txt, how could I write the value of a variable (let's say the variable is called "intAge") to this text document? The simplest way would be awesome.

Thank you in advance,
Cameron