I have a settings file that is in the same dir as my local VB.NET exe
winform application.
From my winform application how do I reference the "current directory" to
access the file?
NOTE: I don't want to use Environment.Cur rentDirectory because this exe is
launched locally from a website and Environment.Cur rentDirectory doesn't
return to me the correct dir.
Thanks.
winform application.
From my winform application how do I reference the "current directory" to
access the file?
NOTE: I don't want to use Environment.Cur rentDirectory because this exe is
launched locally from a website and Environment.Cur rentDirectory doesn't
return to me the correct dir.
Thanks.
Comment