Visual Basic - Read File Line by Line in The Visual Studio

Imports System.IO Module Module1     Sub Main()         Dim path As String = Directory.GetCurrentDirectory()         path = Directory.GetParent(Directory.GetParent(path).ToString()).ToString()         Dim file As StreamReader = New StreamReader(path...
Okumaya Devam et