How to get Notes program directory in vb.net

Anyone know a quick way to obtain the Notes program direcotry path via vb.net? I mean after

session = CreateObject(“Lotus.NotesSession”)

session.Initialize()

then is there a properties or method that can return where the Notes program directory is located? I see there is a GetDbDirectory, but that’s not the same as Notes program directory.

Subject: How to get Notes program directory in vb.net

Never mind, I figured it out. Should have read through more postings…