A Single Line Code to Rename a File or Folder
A Single Line Code to Rename a File or Folder
API Declarations
'Caution : Do not rename system Folders
'Declarations
Dim OldFilePathName as String
Dim NewFilePathName as String
Rate A Single Line Code to Rename a File or Folder
(2(2 Vote))
NewFilePathName = "C:\Images\Conjuction.Jpg"
Name OldFilePathName As NewFilePathName
A Single Line Code to Rename a File or Folder Comments
No comments yet — be the first to post one!
Post a Comment