Visual Studio Code: Powershell Greenhorn
My Code: $a = $env:Path $b = $a.Split(";") Write-host $b $a $b The automatic Help in Powershell advises me to Surround with Enum, funtion .... What am I advised to do ? An explanation, some sample code could help Thx…