Differences
This shows you the differences between the selected revisions of the page.
2014-12-23 | 2015-03-30 | ||
param is a keyword (martin) | better exlanation for null "touch" (martin) | ||
Line 138: | Line 138: | ||
else | else | ||
{ | { | ||
- | // This should never happen with Session.SynchronizeDirectories | + | // This should never happen during "local to remote" synchronization |
Console.WriteLine("Timestamp of {0} kept with its default (current time)", e.Destination); | Console.WriteLine("Timestamp of {0} kept with its default (current time)", e.Destination); | ||
} | } | ||
Line 215: | Line 215: | ||
End If | End If | ||
Else | Else | ||
- | ' This should never happen with Session.SynchronizeDirectories | + | ' This should never happen during "local to remote" synchronization |
Console.WriteLine("Timestamp of {0} kept with its default (current time)", e.Destination) | Console.WriteLine("Timestamp of {0} kept with its default (current time)", e.Destination) | ||
End If | End If | ||
Line 277: | Line 277: | ||
else | else | ||
{ | { | ||
- | # This should never happen with Session.SynchronizeDirectories | + | ' This should never happen during "local to remote" synchronization |
Write-Host ("Timestamp of {0} kept with its default (current time)" -f $e.Destination) | Write-Host ("Timestamp of {0} kept with its default (current time)" -f $e.Destination) | ||
} | } |