Move content up And zap

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
devilparada
Posts: 22
Joined: 05 May 2017 15:16

Move content up And zap

Post by devilparada »

How to un-zap multiple folders files.? unzap all folders at once
Attachments
jijijij.PNG
jijijij.PNG (62.88 KiB) Viewed 1901 times

highend
Posts: 13308
Joined: 06 Feb 2011 00:33

Re: Move content up And zap

Post by highend »

zap / unzap
:?: :?: :?:
One of my scripts helped you out? Please donate via Paypal

devilparada
Posts: 22
Joined: 05 May 2017 15:16

Re: Move content up And zap

Post by devilparada »

highend wrote:
zap / unzap
:?: :?: :?:
upzap mean extract all files for folders to its parent folder!

here is utility which i use https://levelzap.codeplex.com/

can xyplorer do same work without this utility???

highend
Posts: 13308
Joined: 06 Feb 2011 00:33

Re: Move content up And zap

Post by highend »

It could but it would require a script that does this work and you can't
put it inside the standard context menu (you would need to put it on a keyboard
shortcut, a toolbar button, catalog entry, whatever)

The manual keyboard way would be:
Assign a keyboard shortcut to Miscellaneous - File Operations - Move Up
Configuration | Tree and List | List | Select last used subfolder must be checked

Change into that directory
Ctrl + a
Press the assigned shortcut
backspace key (goes one level up by default)
delete key (deletes that folder)
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 60526
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Move content up And zap

Post by admin »

Isn't this about Flatten Folder?

The command is in the right-click menu of folders in the folder tree. If not you can add it here: Configuration | Menus, Mouse, Safety | Context Menus | Custom items in shell context menu | Folder Tree | Flatten Folder.

Note:

Code: Select all

        - The function will auto-avoid filename collisions by affixing 
          increments to the new name according to the user settings 
          (Configuration | Templates | Filename Affixes).
PS: See also here: https://www.xyplorer.com/release_15.70.php#FF

highend
Posts: 13308
Joined: 06 Feb 2011 00:33

Re: Move content up And zap

Post by highend »

No, his tool doesn't put everything into the same folder, regardless of how deep items
are in the sub folder hierarchy
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 60526
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Move content up And zap

Post by admin »

Oh yes, right. :oops:

Post Reply