I wonder if someone could help with a little puzzle.
I have 55 folders in my directory. In each folder there is a sub-folder containing my files.
I'd like to find an automated way to MOVE the files from each sub-folder into the main folder for each. This would leave the sub-folder empty of course.
So
Directory -> Main Folder -> Folder containing files
would become
Directory -> Main Folder now contains files - > Folder now empty
Thanks for this. I tried various configurations, but haven't been able to get it working correctly. The files are ending up in all sorts of places, rather than in the folder above where they currently are. I've tried %foldername%, %filename%, %directory% to no avail…
All these variables are not valid.
What is the full path-name to the "main folder"? (i.e. D:\Mp3s\Mainfolder)
Please show us a screenshot of the convert-window Tag-> Tag.
If I understand you correctly, you have 55 folders, each with 1 subfolder, and you want to move all the files from each subfolder to the folder above it. If possible, delete the empty subfolders after the move.
Try this format string: F:\MP3 Cache\Downloading\Bach - Complete Cantatas\%_parent_directory%
This will rename all subfolders to the name of the folder above them, effectively moving the files.
PS:
You can also simplify the format string a bit, independent of your specific path names, by generalizing it to the target "1 folder level higher".
Format string: ..\%_parent_directory%