Full support for relative paths

Issue #23 closed
Former user created an issue

Originally reported on Google Code with ID 23

fuse-zip should support files with paths like ../../foo/bar.

For example, this can be done in a following manner:
normal/file/path -> HERE/normal/file/path
../foo/bar -> UP/foo/bar
../../su/xx -> UP_UP/su/xx

File names in archives without '..'-files should be unchanged.

Reported by alexander.galanin on 2010-01-11 03:14:19

Comments (3)

  1. Former user Account Deleted

    Reported by alexander.galanin on 2013-06-21 08:03:53 - Labels added: Milestone-0.3

  2. Former user Account Deleted
    Fixed in 0.3.0
    

    Reported by alexander.galanin on 2013-06-29 05:31:05 - Status changed: Fixed

  3. Log in to comment