Differences
This shows you the differences between the selected revisions of the page.
| 2012-02-18 | 2012-02-18 | ||
| converting even code in comments to vbnet (martin) | correcting object initializer syntax (martin) | ||
| Line 164: | Line 164: | ||
| ' session.SynchronizeDirectories( _ | ' session.SynchronizeDirectories( _ | ||
| ' SynchronizationMode.Local, localPath, remotePath, False, False, SynchronizationCriteria.Time, _ | ' SynchronizationMode.Local, localPath, remotePath, False, False, SynchronizationCriteria.Time, _ | ||
| - | ' New TransferOptions() { .IncludeMask = fileName }).Check | + | ' New TransferOptions With { .IncludeMask = fileName }).Check |
| If session.FileExists(remotePath) Then | If session.FileExists(remotePath) Then | ||
| Dim download As Boolean | Dim download As Boolean | ||