.NETでファイルのリネーム

'"C:\test\a.txt"を"C:\test\b.txt"に名前を変更する
My.Computer.FileSystem.RenameFile("C:\test\a.txt", "b.txt")

ネタ元