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...