Differences
This shows you the differences between the selected revisions of the page.
| 2017-10-03 | 2017-10-03 | ||
| code wrapping for new design 5 (martin) | code wrapping for new design 6 (martin) | ||
| Line 50: | Line 50: | ||
| { | { | ||
| Console.WriteLine( | Console.WriteLine( | ||
| - | "File {0} exists, local backup {1} does not", remotePath, localPath); | + | "File {0} exists, local backup {1} does not", |
| + | ···························remotePath, localPath); | ||
| download = true; | download = true; | ||
| } | } | ||