private/core/Get-ZtConfigPath.ps1
function Get-ZtConfigPath { [CmdletBinding()] param ( # The export path [string] $ExportPath ) return Join-Path $ExportPath "ztConfig.json" } |
function Get-ZtConfigPath { [CmdletBinding()] param ( # The export path [string] $ExportPath ) return Join-Path $ExportPath "ztConfig.json" } |