Get Grasshopper Library Folder

I am writing some custom Grasshopper component compiled into .net DLL. Now I want to make a installer that will copy the DLLs to the Grasshopper Library folder. In my computer, the path is: C:\Users\XXXXXX\AppData\Roaming\Grasshopper\Libraries.

Is there a way of getting this grasshopper library folder so that the installer knows where to put the files in on other people’s computer?

Many thanks.

Use the environment variable %APPDATA% then concatenate the Grasshopper bit.

Many thanks mate!