From within my VSTO word code.
I need to get the path to where the document was created from(new Document). In this case its a sharepoint document library containing some folders. so the value im looking fore is somthing like http://myserver/mysite/documents/folder/ Ofcourse the location is different from time to time.
Word has the value in its save file dialog. but is there an easy/any way to get it from code, C# is prefered