Differences
This shows you the differences between the selected revisions of the page.
2016-06-21 | 2017-12-05 | ||
library_example_advanced_rename (martin) | removing unneeded byval (martin) | ||
Line 8: | Line 8: | ||
<code vbnet *> | <code vbnet *> | ||
- | Public Sub MoveFile(ByVal sourcePath As String, ByVal targetPath As String) | + | Public Sub MoveFile(sourcePath As String, targetPath As String) |
</code> | </code> | ||