I understand how to rename a file in VB.NET as I use in the code at the end of my post. However, I was wondering if it\'s possible to rename a file and if the file exists th
If System.IO.File.Exists("c:\test\NewName.txt") Then ' add +1 or loop exists with increment on the end until file doesn't exist End If