-[TC8.50b15] Wrong structure of a .zip-archive

The behaviour described in the bug report is either by design, or would be far too complex/time-consuming to be changed

Moderators: Hacker, petermad, Stefan2, white

Post Reply
mmatrosov
Junior Member
Junior Member
Posts: 14
Joined: 2013-01-04, 19:07 UTC
Location: Russia

-[TC8.50b15] Wrong structure of a .zip-archive

Post by *mmatrosov »

I have a NuGet package, which is a .zip-file. If I unpack it, everything is ok, and there is a folder "build\native\include\CGAL\" inside.

But when I try to go into package itself, when on the level of "build\native\include\" I see strange folder with the NAME "build\native\include\".

Image: http://s12.postimg.org/gq8l5lte5/tc_bug.png

Package itself is available here: https://www.dropbox.com/s/ayw14o8pa08nfsm/CGAL-vc100.4.3.0.nupkg
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

It seems that problem caused by double slashes in paths in archive, it is non-standard:

Code: Select all

build/native/include//CGAL/Arr_overlay_2.h
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50865
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

This is indeed an invalid path name. Currently it's not planned to support it.
Author of Total Commander
https://www.ghisler.com
mmatrosov
Junior Member
Junior Member
Posts: 14
Joined: 2013-01-04, 19:07 UTC
Location: Russia

Post by *mmatrosov »

How did you manage to see the full path in this way?
User avatar
white
Power Member
Power Member
Posts: 5986
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Post by *white »

mmatrosov wrote:How did you manage to see the full path in this way?
F3 (view) on the file?
Post Reply