Hi, can u assist me on how to move A folder into another folder. A folder not files alright.
I have this one folder “C:\Folder\Chicken” and “C:\Folder\Animals”
I want to move the “Chicken” folder into the “Animals” folder including all the file in the “Chicken” folder.
I already tried using the invoke method and Invoke codes but unsuccessful. Can u assist me further
I tried invoke method, TargetType: Microsoft.VisualBasic.FileIO.FileSystem & MethodName : MoveDirectory. however it will only move the files in “Chicken” folder into the “Animals” folder. It dindt move the folder but the files only.
Invoke method, TargetType: System.IO.Directory & MethodName : Move. isnt It will rename the folder name only ?