Public/FilesFolders/Get-PathTemporary.ps1

function Get-PathTemporary {
    param(

    )
    return [IO.path]::GetTempPath()
}