I am completely unfamiliar with how to retrieve the current solution's directory via code?
My custom UITypeEditor is perfect except that the values I want to select are dynamically stored in an XML document with the solution and NOT like an enumeration or value placed within the DLL.
So if I open "MySolution" the UITypeEditor should access or create an XML document within "MySolution" directory.
How do I do this?
My custom UITypeEditor is perfect except that the values I want to select are dynamically stored in an XML document with the solution and NOT like an enumeration or value placed within the DLL.
So if I open "MySolution" the UITypeEditor should access or create an XML document within "MySolution" directory.
How do I do this?