Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 389 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 389 Bytes

SqlServerPath

What is it?

Usage

var sqlDataPathRoot = SqlServerPath.Configuration.GetSqlDataRoot;
var drive = sqlDataPathRoot.drive;  // e.g. C
var path = sqlDataPathRoot.path;    // e.g. Path/To/DataFiles/DATA

Installation

SqlServerPath is also available via NuGet:

PM> Install-Package SqlServerPath Or visit: https://www.nuget.org/packages/SqlServerPath/