I have a file structure similar to this:
D:/bu1/rp1/_archive/
D:/bu1/rp2/_archive/
D:/bu1/rp3/_archive/
D:/bu2/rp1/_archive/
D:/bu2/rp2/_archive/
D:/bu3/rp1/_archive/
D:/bu4/rp1/_archive/
D:/bu4/rp2/_archive/
and would like to move files form the '_archive' folder into their respective parent folders (e.g. from D:/bu1/rp1/_archive/ to D:/bu1/rp1).
I have each of the archive folder paths stored as a list, and think a relatively simple for loop should get the job done - I'm just unsure of how to point the files to the parent directory.