04-06-2012, 09:47 PM
Can't you just use the
Method? And set overwrite to true so it overwrites the new file.
Code:
My.Computer.FileSystem.MoveFile(sourceFileName ,destinationFileName ,overwrite)
Method? And set overwrite to true so it overwrites the new file.