Rename file?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Joris De Groote

    #1

    Rename file?

    Hi,

    I have a file and I want to rename it with vb.net . I have looked in
    system.io.file. * but didn't find anything to change a filename. How can I do
    this? (Using 2003).

    Thanks
    Joris De Groote


  • John

    #2
    Re: Rename file?

    Using :
    System.IO.File. Move



    Comment

    Working...