Skip to content

Commit 277b294

Browse files
committed
comment
1 parent de292f2 commit 277b294

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,7 @@ Entry.prototype.getLastModDate = function(options) {
614614
var posixTimestamp = data.readInt32LE(1);
615615
return new Date(posixTimestamp * 1000);
616616
} else if (extraField.id === 0x000a) {
617+
// NTFS
617618
var data = extraField.data;
618619
// 4 bytes reserved
619620
var cursor = 4;

0 commit comments

Comments
 (0)