source/Private/Get-GCWorkerRootPath.ps1 (
8
lines of code) (
raw
):
function Get-GCWorkerRootPath { [CmdletBinding()] [OutputType([String])] param () $gcWorkerRootPath = Join-Path -Path $PSScriptRoot -ChildPath 'gcworker' return $gcWorkerRootPath }