How to find current directory in vb.net

How to find current directory in vb.net
---------------------------------------------------------------------------------------------------
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim s As String = CurDir()
MessageBox.Show(s)
End Sub
---------------------------------------------------------------------------------------------------

No comments: