Differences
This shows you the differences between the selected revisions of the page.
library_example_recursive_search_text 2025-04-10 | library_example_recursive_search_text 2025-04-10 (current) | ||
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 |