Colleagues,
here's the code:
The INI file is present, and it's not blank. But (there's always a "But" :-( )...
gcStrINI remains blank!
What am I doing wrong?
Please advise!
TIA!
Regards,
Ilya
here's the code:
Code:
' In the declarations section:
Dim gcStrINI As String = ""
' In the Main()
'...
' Read the INI file's contents
Dim loStreamReader As StreamReader = New StreamReader(lcFullPath2FileINI)
gcStrINI = loStreamReader.ReadToEnd()
'...
The INI file is present, and it's not blank. But (there's always a "But" :-( )...
gcStrINI remains blank!
What am I doing wrong?
Please advise!
TIA!
Regards,
Ilya