for example in i have folder name "z" in H drive. its subfolder "a". and inside "a" there are 5 folders called 1,2,3,4,5.
i want to move those 5 folder to main folder "z". so result will be main folder z and its subfolders a,1,2,3,4,5
what i try is in the image below. but it kept showing an error. i don't understand what i did wrong.
(i try this from a youtube video. not the same but if that works then this should work too but it's not. https://www.youtube.com/watch?v=NtFOhvWPlIE time 4:37)
if anyone can help me to figure it out, it would be much appreciated. thanks
Solved! Go to Solution.
Move Folder is singular, not plural. You can only use it once per folder, so, use a For Each command on Folders to move each one at a time.
Good Luck!
Move Folder is singular, not plural. You can only use it once per folder, so, use a For Each command on Folders to move each one at a time.
Good Luck!
Thank you so much for clearing this up and for the solution. much appreciated. have a good day.🙂