IntelliTect / IntelliTect/PSToolbox
Join-Path prompts for path #Critical
Open
bug
- Dominant language
- PowerShell
- Stars
- 10
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Join-Path needs to be switched over to use command wrapping - see https://www.petri.com/making-powershell-command.
Currently, Join-Path frequently prompts for Path which is very bad since Join-Path is used so frequently. The predominant problem is caused when named parameters (such as -Path or -ChildPath) are used.
See Fix/Join-Path branch for failing tests.
Contributor guide
Assessment
This issue has not been assessed yet.