jigneshvasoya / fuse-zip

Automatically exported from code.google.com/p/fuse-zip
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Full support for relative paths #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by alexander.galanin on 11 Jan 2010 at 3:14

GoogleCodeExporter commented 9 years ago

Original comment by alexander.galanin on 21 Jun 2013 at 8:03

GoogleCodeExporter commented 9 years ago
Fixed in 0.3.0

Original comment by alexander.galanin on 29 Jun 2013 at 5:31