Hi all,
Apologies if this has been asked before — I’ve searched through the posts but haven’t found a solution that fits my situation.
Here’s what I’m trying to do:
I currently have a rule that successfully strips all files from folders and subfolders — that part is working fine.
Now, I’d like to take it a step further. I want to move all folders and subfolders (not just the files) and flatten the structure. For example:
Folder 1
Folder 2
Folder 3
Folder 4
Folder 5
Folder 6
I want to move Folders 2 through 6 directly under a single root location (let’s call it "Level 0"), eliminating the nested hierarchy completely.
Any help or suggestions on how to automate this would be greatly appreciated!
Thanks in advance,