1 write to FileComment
System.IO.Compression (1)
System\IO\Compression\ZipBlocks.cs (1)
725
header.
FileComment
= dynamicHeader.Slice(header.FilenameLength + header.ExtraFieldLength, header.FileCommentLength).ToArray();
1 reference to FileComment
System.IO.Compression (1)
System\IO\Compression\ZipArchiveEntry.cs (1)
88
_fileComment = cd.
FileComment
;