E
Edward Bird
Greetings,
I'm writing an application that will rename any files on my harddrive that
contain the underscore character _ and replace it with a space character '
'.
However I've looked in the FileInfo class, and can't find a method to rename
files. The closest thing I can find is
Public Sub MoveTo( _
ByVal destFileName As String _
)
which can specify a different file name. Are there any other ways of doing
it?
regards,
Edward.
I'm writing an application that will rename any files on my harddrive that
contain the underscore character _ and replace it with a space character '
'.
However I've looked in the FileInfo class, and can't find a method to rename
files. The closest thing I can find is
Public Sub MoveTo( _
ByVal destFileName As String _
)
which can specify a different file name. Are there any other ways of doing
it?
regards,
Edward.