Support file search path

How can I access "Support file search path" of BricsCAD using C# ?

Comments

  • The SRCHPATH is stored within the 'Config' section of the active user profile under:

    Computer\HKEY_CURRENT_USER\Software\Bricsys\BricsCAD\V18x64\en_US\Profiles\\Config

    You could access it via IConfigurationSection
    public interface IConfigurationSection
    Member of Bricscad.ApplicationServices

    Have added some C# code within 'srchpath.cs.txt' which can perhaps help...

This discussion has been closed.