Move up only files in subfolder

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
perseid
Posts: 8
Joined: 25 Mar 2012 06:41

Move up only files in subfolder

Post by perseid »

Say I have multiple folders each with a subfolder and two files, one in the subfolder and the other one in the parent folder. How can I tell XYplorer to just move up the subfolder file but not the folder file? thanks

highend
Posts: 14286
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Move up only files in subfolder

Post by highend »

Code: Select all

D:\Temp (you are now inside of this folder!)
├ folder 1
│    ├ subfolder 1
│    │    └ abc.txt
│    └ def.txt
│
└ folder 2
     ├ subfolder 2
     │    └ gih.txt
     └ jkl.txt
You want the files
abc.txt
moved (individually) into folder 1
and
gih.txt
moved (individually) into folder 2

OR
abc.txt
AND
gih.txt
moved (both) into D:\Temp
?
One of my scripts helped you out? Please donate via Paypal

Post Reply