Differences
This shows you the differences between the selected revisions of the page.
2017-09-05 | 2017-12-05 | ||
Restored revision 1466500139. Undoing revision 1504606518. (martin) (hidden) | 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> | ||