You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write-Verbose"Ending /**/ search for $nameToMatch in $($directories.Peek().currentPath)"
469
+
Microsoft.PowerShell.Utility\Write-Verbose"Ending /**/ search for $nameToMatch in $($directories.Peek().currentPath)"
470
470
}
471
471
else {
472
472
# schedule directory scan that will keep following the /**/ pattern
@@ -481,7 +481,7 @@ function Find-Item {
481
481
}
482
482
)
483
483
484
-
Write-Verbose"Continuing following /**/ search for $($directories.Peek().$nameToMatch) in $($directories.Peek().currentPath)"
484
+
Microsoft.PowerShell.Utility\Write-Verbose"Continuing following /**/ search for $($directories.Peek().$nameToMatch) in $($directories.Peek().currentPath)"
485
485
}
486
486
}
487
487
@@ -501,7 +501,7 @@ function Find-Item {
501
501
}
502
502
)
503
503
504
-
Write-Verbose"Starting /**/ search for $($directories.Peek().$nameToMatch) in $($directories.Peek().currentPath)"
504
+
Microsoft.PowerShell.Utility\Write-Verbose"Starting /**/ search for $($directories.Peek().$nameToMatch) in $($directories.Peek().currentPath)"
505
505
}
506
506
507
507
# we are not starting or following a /**/ pattern,
@@ -515,7 +515,7 @@ function Find-Item {
515
515
currentDepth=$folder.currentDepth+1
516
516
}
517
517
)
518
-
Write-Verbose"Matched next directory for $($nameToMatch) in $($directories.Peek().currentPath)"
518
+
Microsoft.PowerShell.Utility\Write-Verbose"Matched next directory for $($nameToMatch) in $($directories.Peek().currentPath)"
519
519
}
520
520
}
521
521
continue;
@@ -524,7 +524,7 @@ function Find-Item {
524
524
# we now at the last directory of the SearchPhrase supplied
525
525
# invoke the directory scan
526
526
# we scan for files and directories, since this is the last directory to match
0 commit comments