How can I read every line from the existed file.
eg.
the content of textfile:
serialnumber = " 50";
serialfile path = "C:\\doc\\" ;
errorfile path = "C:\\doc\\d \\";
I want to read "50" from the first line to SeNo, read ""C:\\doc\\ "from the second line to SePath, read "C:\\doc\\d \\" ifrom the third line to ErPath.
any idea how it can be achieved. thanks
eg.
the content of textfile:
serialnumber = " 50";
serialfile path = "C:\\doc\\" ;
errorfile path = "C:\\doc\\d \\";
I want to read "50" from the first line to SeNo, read ""C:\\doc\\ "from the second line to SePath, read "C:\\doc\\d \\" ifrom the third line to ErPath.
any idea how it can be achieved. thanks
Comment