-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
This issue was raised in #101.
We should implement a function to read externalFileAttributes and return the mode aka permission bits. it might be as simple as:
Entry.prototype.getMode = function() {
return entry.externalFileAttributes >>> 16;
}but this may only be correct when the entry is made by a unix zipfile creator. We should investigate how various zipfile creators encode permissions, especially windows clients.
TooTallNate and melroy89
Metadata
Metadata
Assignees
Labels
No labels