Public/Get-HomeDirectory.ps1

function Get-HomeDirectory {
    param (
        
    )
    Write-Output $env:HOME
}