Move up only files in subfolder
Move up only files in subfolder
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
Re: Move up only files in subfolder
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
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