Differences
This shows you the differences between the selected revisions of the page.
| 2017-10-03 | 2017-10-03 | ||
| unnecessary line continuation (martin) | code wrapping for new design 3 (martin) | ||
| Line 142: | Line 142: | ||
| Dim download As Boolean | Dim download As Boolean | ||
| If Not File.Exists(localPath) Then | If Not File.Exists(localPath) Then | ||
| - | Console.WriteLine("File {0} exists, local backup {1} does not", remotePath, localPath) | + | Console.WriteLine( |
| + | ····························"File {0} exists, local backup {1} does not", remotePath, localPath) | ||
| download = True | download = True | ||
| Else | Else | ||