private/Get-RecipeDbDirectory.ps1

function Get-RecipeDbDirectory {
    Split-Path -Parent $Script:RecipeDbPath
}