Dim sr As New System.IO.StreamReader(Me.MapPath("/data/values.dat"))
' The current directory Dim currDir As String = Me.MapPath(".")' The parent directoryDim parentDir As String = Me.MapPath("..")' The root directoryDim rootDir As String = Me.MapPath("/")