VS Team System
Game Technologies
Visual Studio
Visual C++
Microsoft ISV
Windows Forms
Visual Basic
Windows Vista
Visual J#
Architecture
Visual FoxPro
SQL Server
Smart Device
Windows Live
.NET Development
Software Development Network>> Windows Forms>> Renaming an existing file
Renaming an existing file
Hot Topic
WebBrowser control and threads
Host Designer
Clickonce download Error
From MDIForm How can I execute a custom method in child form?
Confirming row deletions on datagridview
oleDbDataAdapter and Updating
Using an ActiveX COM component in C# class library
Create 2D line charts in C#
Binding arrays to datagrids
Form event question please...
Windows Forms
Cannot call Close() while doing CreateHandle()
Must I use visual studio .net for windows forms programming?
How to have text size adjust to fill space.
bitmaps in forms
issues About Custom form Designer when running on .NetFramework2.0.
standard countries & cities in comboboxes
Drawing an custom icon in the caption area of a form
event to handle form selected from taskbar
Terrarium 1.2 Client Available!!!
how to retrieve value from 2nd form
Renaming an existing file
What's the easiest way to rename a file that already exists I need to do this using System.IO. If anyone can help me out, I would really appreciate.
Thanks
Answer this question
Renaming an existing file
Michael M. Emmons
You'll want to use File.Move. Simply move it to the same location with a new name.
Renaming an existing file
Answer this question
Renaming an existing file
Michael M. Emmons