Active Document Filename and Path access in VB
Active Document Filename and Path access in VB
(OP)
I am working with SolidWorks 2006 and have a macro/vb app that I am trying to get the filename and path for the active document. Is this possible, and if so, how? Please, any help will be much appreciated.






RE: Active Document Filename and Path access in VB
Use "ModelDoc.GetPathName" to get the document's path.
http://www.EsoxRepublic.com-SolidWorks API VB programming help
RE: Active Document Filename and Path access in VB
Thanks