VB.Net Tips and Tricks
Friday, September 26, 2008
Move/Rename File
Dim fi As New FileInfo("myOldName.txt")
fi.MoveTo("myNewName.txt")
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment