Closed dbellandi closed 3 years ago
In Powershell 7+ the objects returned by Get-ChildItem expand to the full path by default versus just the subpath. Using $child.name works in both versions.
Hi @dbellandi Thanks a lot for your contibution.
Happy to help, thank you for the package @regisf !
In Powershell 7+ the objects returned by Get-ChildItem expand to the full path by default versus just the subpath. Using $child.name works in both versions.