Allows you to determine the path of the EXE file in .Net since you cannot use the app.path feature
Allows you to determine the path of the EXE file in .Net since you cannot use the app.path feature anymore.
Rate Allows you to determine the path of the EXE file in .Net since you cannot use the app.path feature
(2(2 Vote))
'anymore, you will need to find a way to work around it. This code here will
'let you get around that issue.
Dim AppPath As String
Dim pth As Path
Dim PathString As String
AppPath = System.Reflection.Assembly.GetExecutingAssembly.Location
PathString = pth.GetDirectoryName(AppPath)
Allows you to determine the path of the EXE file in .Net since you cannot use the app.path feature Comments
No comments yet — be the first to post one!
Post a Comment