Differences
This shows you the differences between the selected revisions of the page.
| 2017-10-03 | 2017-10-04 | ||
| print "connecting" (martin) | unneeded escaping (martin) | ||
| Line 130: | Line 130: | ||
| Write-Host ( | Write-Host ( | ||
| "Checksums of files $($fileInfo.FullName) and " + | "Checksums of files $($fileInfo.FullName) and " + | ||
| - | "$($otherFilePath) are identical") | + | "$otherFilePath are identical") |
| $duplicates[$fileInfo.FullName] = $otherFilePath | $duplicates[$fileInfo.FullName] = $otherFilePath | ||
| } | } | ||