Morpheus1981
Programmer
I am building a MS Word add-in with C#.
As part of my project I add a word template "MyDemo.dot" that is going to be in the same directory that my Add-in is being install.
After it has been installed I need to know where my template was placed, I mean the path, for instance "c:\demo\MyDemo.dot".
I used "Path and Directory" classes but both gave me where my MS Word app was installed. I need to know the path to my Add-In.
Thanks
As part of my project I add a word template "MyDemo.dot" that is going to be in the same directory that my Add-in is being install.
After it has been installed I need to know where my template was placed, I mean the path, for instance "c:\demo\MyDemo.dot".
I used "Path and Directory" classes but both gave me where my MS Word app was installed. I need to know the path to my Add-In.
Thanks