14 hive path
How to get 14 Hive path programmatically in Sharepoint.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satish BhatPosted Sep 30, 2011, 12:40 AM
Using SPUtility to get the SetupPath of Sharepoint like so:
using Microsoft.SharePoint.Utilities;
string spSetupPath = SPUtility.GetGenericSetupPath(string.Empty);
// returns "C:\Program Files\Common files\Microsoft Shared\Web Server Extensions\14
Ref: Link 1
Satish BhatPosted Oct 6, 2011, 6:50 AM
Suthish NairPosted Oct 5, 2011, 11:59 AM