Hi all,
I know VB.NET does not support App.Path, so i found this bit of code:
its instructions say copy and Unlike app.path in vb6, this includes the the "\" at the end of the value. :confused:Code:Public Function App_Path() As String
Return System.AppDomain.CurrentDomain.BaseDirectory()
End Function
I dont understand what it mean by "\", can anyone advise?

