I have a folder tree that looks like the following:
• Photo Album
○ SF-1
- Images
□ lots of individual image files
○ SF-2
- Images
□ lots of individual image files
…
○ SF-n
- Images
□ lots of individual image files
I'm trying to figure out the best way to move all of the files in the Images subfolders up one level without having to do it manually. So, the above tree would end up looking like the following:
• Photo Album
○ SF-1
- lots of individual image files
○ SF-2
- lots of individual image files
…
○ SF-n
- lots of individual image files
What's the best way to do this in Directory Opus? Or, should I be pursuing another option (e.g., like using a .bat command procedure)?