Differences
This shows you the differences between the selected revisions of the page.
| 2016-03-31 | 2016-05-13 | ||
| library_example_moves_files_keeping_directory_structure (martin) | VB.NET uses Nothing not Null (martin) | ||
| Line 19: | Line 19: | ||
| ByVal remotePath As String, _ | ByVal remotePath As String, _ | ||
| ByVal Optional remove As Boolean = False, _ | ByVal Optional remove As Boolean = False, _ | ||
| - | ByVal Optional options As TransferOptions = Null _ | + | ByVal Optional options As TransferOptions = Nothing _ |
| ) As TransferOperationResult | ) As TransferOperationResult | ||
| </code> | </code> | ||