I’m loading a dll using
Type progID = Type.GetTypeFromProgID(SimpleConfiguration.currentConfiguration.OPOSWrappedSO);
I also want to add the path of this dll to the PATH environment variable. Is there a way to get the Directory from the type?
Thanks
1 Answer