Copy & Rename files

TheKingOfWit

New member
Joined
Feb 21, 2003
Messages
4
Location
New York
i was looking at the system.io stuff and im trying to find something that can copy files and rename them. i found delete and move, and then stuff to get file info. can anyone help me out

im using VB.net
 
System.IO.File.Copy, System.IO.File.Move

You use Move to rename files.
 
Back
Top