VB Code:
Dim OldFilePathName as String Dim NewFilePathName as String OldFilePathName = "C:\OLDNAME.TXT" NewFilePathName = "C:\NEWNAME.TXT" Name OldFilePathName As NewFilePathName
Printable View
VB Code:
Dim OldFilePathName as String Dim NewFilePathName as String OldFilePathName = "C:\OLDNAME.TXT" NewFilePathName = "C:\NEWNAME.TXT" Name OldFilePathName As NewFilePathName