Differences
This shows you the differences between the selected revisions of the page.
| 2017-10-03 | 2017-10-03 | ||
| code wrapping for new design 4 (martin) | code wrapping for new design 5 (martin) | ||
| Line 144: | Line 144: | ||
| If Not File.Exists(localPath) Then | If Not File.Exists(localPath) Then | ||
| 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 | ||
| Else | Else | ||