I'm learning vb.net, I have to work with file and folders.
I need to know how to change file or folder name.
Could you help me?
Thanks for advanced!
donaldunca 0 Light Poster
Recommended Answers
Jump to Postvb 2005 and vb 2008:
My.Computer.FileSystem.RenameFile("c:\test\test.txt", "c:\test\NewName.txt")
All 2 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.