Moving folder from one location to another location
Moving folder from one location to another location
Rate Moving folder from one location to another location
(1(1 Vote))
'Make a reference to a Microsoft Scripting Runtime Library
Public sub Form_Load()
Dim fso As New FileSystemObject
fso.MoveFolder "D:\Newfolder", "C:\"
End Sub
'This program move Newfolder from the "D:\" to "C:\"
Moving folder from one location to another location Comments
No comments yet — be the first to post one!
Post a Comment