File tree Expand file tree Collapse file tree
Functions/GenXdev.FileSystem Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1049,7 +1049,7 @@ function Find-Item {
10491049 }
10501050 else {
10511051 # For path output format the path with stream
1052- $rp = Microsoft.PowerShell.Management\Resolve-Path - LiteralPath $itemInfo.FullName `
1052+ $rp = Microsoft.PowerShell.Management\Resolve-Path - LiteralPath ( $itemInfo.FullName ) `
10531053 - Relative - RelativeBasePath:$relativeBasePath
10541054 Microsoft.PowerShell.Utility\Write-Output " $rp `:$ ( $stream.Stream ) "
10551055 }
Original file line number Diff line number Diff line change 1212RootModule = ' GenXdev.FileSystem.psm1'
1313
1414# Version number of this module.
15- ModuleVersion = ' 1.232 .2025'
15+ ModuleVersion = ' 1.234 .2025'
1616
1717# Supported PSEditions
1818CompatiblePSEditions = ' Core'
Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ $message
341341
342342 Pester\It ' Should match the pattern' {
343343
344- $found = @ (GenXdev.FileSystem\Find-Item - SearchMask " $PSScriptRoot \..\..\..\..\..\**\Genx*stem\1.232 .2025\Functions\GenXdev.FileSystem\*.ps1" - PassThru | Microsoft.PowerShell.Utility\Select-Object - ExpandProperty FullName)
344+ $found = @ (GenXdev.FileSystem\Find-Item - SearchMask " $PSScriptRoot \..\..\..\..\..\**\Genx*stem\1.234 .2025\Functions\GenXdev.FileSystem\*.ps1" - PassThru | Microsoft.PowerShell.Utility\Select-Object - ExpandProperty FullName)
345345
346346 $found | Pester\Should - Contain (GenXdev.FileSystem\Expand-Path " $PSScriptRoot \..\..\Functions\GenXdev.FileSystem\_EnsureTypes.ps1" )
347347 $found | Pester\Should - Contain (GenXdev.FileSystem\Expand-Path " $PSScriptRoot \..\..\Functions\GenXdev.FileSystem\EnsurePester.ps1" )
You can’t perform that action at this time.
0 commit comments