ZipUtil: check zip file external attributes for folder.
commitf494c3c3255c32a6b83a1c06aeba614e10c4d8b6
authorDominik Riebeling <Dominik.Riebeling@gmail.com>
Thu, 31 May 2012 18:31:43 +0000 (31 20:31 +0200)
committerDominik Riebeling <Dominik.Riebeling@gmail.com>
Thu, 31 May 2012 18:44:45 +0000 (31 20:44 +0200)
tree2afb0babf0544f33caa78d6156e6084c7756f10a
parentf8aa5c4ec0e08a87cfcd765f89bbbc571d75d2ae
ZipUtil: check zip file external attributes for folder.

Folders in a zip file usually but not necessarily have their filename ending
with a slash. In these cases recognizing a folder entry by the last character
fails. Check the external attributes as well, which also contain the FAT file
attributes.

Change-Id: I81b039b3774b803b2b528bc83846aafd208e5571
rbutil/rbutilqt/base/ziputil.cpp