We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de292f2 commit 277b294Copy full SHA for 277b294
index.js
@@ -614,6 +614,7 @@ Entry.prototype.getLastModDate = function(options) {
614
var posixTimestamp = data.readInt32LE(1);
615
return new Date(posixTimestamp * 1000);
616
} else if (extraField.id === 0x000a) {
617
+ // NTFS
618
var data = extraField.data;
619
// 4 bytes reserved
620
var cursor = 4;
0 commit comments