Differences
This shows you the differences between the selected revisions of the page.
| 2017-12-05 | 2017-12-05 | ||
| removing unneeded line continuation characters (martin) | removing unneeded byval (martin) | ||
| Line 16: | Line 16: | ||
| <code vbnet *> | <code vbnet *> | ||
| Public Function PutFiles( | Public Function PutFiles( | ||
| - | ByVal localPath As String, | + | localPath As String, |
| - | ByVal remotePath As String, | + | remotePath As String, |
| - | ByVal Optional remove As Boolean = False, | + | Optional remove As Boolean = False, |
| - | ByVal Optional options As TransferOptions = Nothing | + | Optional options As TransferOptions = Nothing |
| ) As TransferOperationResult | ) As TransferOperationResult | ||
| </code> | </code> | ||