N
News
Does anyone know how to get the file spec of DLL from within the code?
I thought that System.Reflection.GetExecutingAssembly() would work, but
it returns the name of the program that called DLL routine, not the DLL
file itself.
Mike Buchanan
I thought that System.Reflection.GetExecutingAssembly() would work, but
it returns the name of the program that called DLL routine, not the DLL
file itself.
Mike Buchanan