Wish Ctrl + click to export as zip

Alessandro71

Well-Known Member
Licensed User
Longtime User
Actually the comment link opens up an explorer window with the directory where the zip is created.
I find it useless and frustrating, because I already have my filemanager opened, and the new windows just gets in the way and requires an additional command to close it.
I vote for removing the auto-opening at the end of the zipping phase
 

DonManfred

Expert
Licensed User
Longtime User
You may want to use your own zipper.jar

See this Post

Try removing the two lines
B4X:
    shl.Initialize("", "explorer.exe", Array("/select", ",", target))
    shl.RunSynchronous(-1)
to not open the explorer....
 

Alessandro71

Well-Known Member
Licensed User
Longtime User
I will make it optional in the next version.
Good.
I also like the fact that zipper collects any files that's in the folder, even if it's not a project file.
This way I can include keystore files in my full project backup
 
Top