This commit is contained in:
Jonathan Jenne
2020-03-20 13:45:56 +01:00
parent 6ec458ccdf
commit 322ca23f33
2 changed files with 1 additions and 3 deletions

View File

@@ -169,7 +169,6 @@ Public Class File
<DebuggerStepThrough>
Public Sub MoveTo(FilePath As String, NewFileName As String, Directory As String)
Dim oFileInfo As New FileInfo(FilePath)
IO.File.Move(FilePath, Path.Combine(Directory, NewFileName))
End Sub