Skip to content

Decompressing .zip files with folders misses a path separator #240

@ant9000

Description

@ant9000

Decompressing an archive /sdcard/Download/archive.zip that contains folder/example.txt, one would expect to find /sdcard/Download/folder/example.txt (extract contents in the directory of the zip file) or even better /sdcard/Download/archive/folder/example.txt (create a new folder with the zip name, and extract contents there) - instead, I get /sdcard/Downloadfolder/example.txt.

I'm using version 4.0.0 from F-Droid.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions