D
dotnet dev
Hi,
I have a plain text file called myVersions.ver which will have something
like this:
AppVersion: 1.0
DBVersion: 1.0
I will use this file to keep my app version number and database version.
My problem is that after extensive research I cannot figure out how to
read this file. I mean not simple read in which everything in file is
read as a stream. I want to specify that I want the setting
'AppVersion' or 'DBVersion'.
Basically:
1> I want to open this file
2> Query to read 'Appversion'
How can I do this. It's like reading a key in xml file.
Please Please help.
*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
I have a plain text file called myVersions.ver which will have something
like this:
AppVersion: 1.0
DBVersion: 1.0
I will use this file to keep my app version number and database version.
My problem is that after extensive research I cannot figure out how to
read this file. I mean not simple read in which everything in file is
read as a stream. I want to specify that I want the setting
'AppVersion' or 'DBVersion'.
Basically:
1> I want to open this file
2> Query to read 'Appversion'
How can I do this. It's like reading a key in xml file.
Please Please help.
*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!