- Feb 5, 2011
- 13,306
- 3
- 0
I have this folder structure with various files within various levels:
LEV1
LEV1\LEV2
LEV1\LEV2\FOLDER A
LEV1\LEV2\FOLDER B
..etc.
Also a destination folder DESTLEV1
A simple move-item will move these files but flattens the structure. It's necessary to maintain it, so that every time I run it I move folders and files, maintaining their order--anything from LEV1.
I can't find a good example online that actually works. Thanks for any ideas
LEV1
LEV1\LEV2
LEV1\LEV2\FOLDER A
LEV1\LEV2\FOLDER B
..etc.
Also a destination folder DESTLEV1
A simple move-item will move these files but flattens the structure. It's necessary to maintain it, so that every time I run it I move folders and files, maintaining their order--anything from LEV1.
I can't find a good example online that actually works. Thanks for any ideas