.NET
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
addin folder location
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
138 Views, 4 Replies
05-28-2012 03:26 AM
Hi, Is there any way to return the path to the dll that has been used in Netload the addin application? Dale
Solved! Go to Solution.
Re: addin folder location
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-28-2012 04:00 AM in reply to:
Dale.Bartlett
Re: addin folder location
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-29-2012 10:08 AM in reply to:
Dale.Bartlett
Or: System.Windows.Forms.Application.StartupPath
Dave O. 
Re: addin folder location
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-29-2012 09:20 PM in reply to:
chiefbraincloud
[System.Windows.Forms.Application.StartupPath] returns the path to acad.exe. That was my first attempt. I have used the previous blog example successfully. Thanks for response. Dale.
Re: addin folder location
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-30-2012 08:29 AM in reply to:
Dale.Bartlett
What about ....ExecutablePath? does it also return the ACAD.exe?
Sorry, I use VB, and My.Application.Info.DirectoryPath returns the Path to my .dll, not the Acad.exe. The search I did said that Application.StartupPath was the C# equivalent. Just thought it would be easier than all the code in the DevBlog.
Dave O. 



