Differences
This shows you the differences between the selected revisions of the page.
| 2016-12-05 | 2016-12-08 | ||
| missing bracket (martin) | correcting vb.net prototype name (martin) | ||
| Line 8: | Line 8: | ||
| <code vbnet *> | <code vbnet *> | ||
| - | Public Function EnumerateFiles(ByVal path As String, ByVal mask As String, ByVal options As EnumerationOptions) As IEnumerable(Of RemoteFileInfo) | + | Public Function EnumerateRemoteFiles(ByVal path As String, ByVal mask As String, ByVal options As EnumerationOptions) As IEnumerable(Of RemoteFileInfo) |
| </code> | </code> | ||