Differences
This shows you the differences between the selected revisions of the page.
| 2025-04-10 | 2025-04-10 (current) | ||
| Issue 2365 – Skip symlinks in Search for Text extension (martin) | simpler message (martin) | ||
| Line 80: | Line 80: | ||
| if ($fileInfo.FileType -eq "L") | if ($fileInfo.FileType -eq "L") | ||
| { | { | ||
| - | Write-Host "File $($fileInfo.FullName) matches mask, but is a symlink, skipping..." | + | Write-Host "Skipping symlink $($fileInfo.FullName)..." |
| } | } | ||
| else | else | ||