Page 1 of 1

Move content up And zap

Posted: 22 Sep 2017 10:06
by devilparada
How to un-zap multiple folders files.? unzap all folders at once

Re: Move content up And zap

Posted: 22 Sep 2017 10:42
by highend
zap / unzap
:?: :?: :?:

Re: Move content up And zap

Posted: 22 Sep 2017 11:30
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???

Re: Move content up And zap

Posted: 22 Sep 2017 11:44
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)

Re: Move content up And zap

Posted: 26 Sep 2017 08:56
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

Re: Move content up And zap

Posted: 26 Sep 2017 09:24
by highend
No, his tool doesn't put everything into the same folder, regardless of how deep items
are in the sub folder hierarchy

Re: Move content up And zap

Posted: 26 Sep 2017 10:32
by admin
Oh yes, right. :oops: