Differences
This shows you the differences between the selected revisions of the page.
2016-03-07 | 2017-12-05 | ||
library_session_getfiles#example => library_example_check_existence_timestamp (martin) | removing unneeded byval (martin) | ||
Line 8: | Line 8: | ||
<code vbnet *> | <code vbnet *> | ||
- | Public Function GetFileInfo(ByVal path As String) As RemoteFileInfo | + | Public Function GetFileInfo(path As String) As RemoteFileInfo |
</code> | </code> | ||