Hey Guys!
I need your help, again. Two guys did an awesome job helping me out, and I really like this community so far.

So my question is:

I want to create this code:
When my program starts, I want it to create a folder called "vMod" and make data.ini/data.dat/data.txt in it, but ONLY if it doesn't exist. (I prefer data.ini).

When it's created, I want this .v. text to save in it, again only if it doesn't exist.

Code:
Name vMod
Kills 0
Then, for example, I have a text box and I want to read the "Name line" and put "vMod" or whatever string in the txtText.Text.
After that, I want "Kills Line" string in txtText1.Text. I just want 0 or whatever number to be in txtText1.Text, not the whole "Kills 0", just "0". And I will add 1 more line by my self, later. Thanx

Also, please comment on the code explaining it, I am 14 years old and I want programming to be my job when I grow up. Thanks In Advanced!