Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add support for NTFS extra field #279

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sorairolake
Copy link
Contributor

@sorairolake sorairolake commented Jan 14, 2025

Add support for NTFS extra field as described in PKWARE's APPNOTE.TXT v6.3.9.

A ZIP file containing this field can be created using 7-Zip:

7z a archive.zip README.md

You can check the timestamp by running:

7z l -slt archive.zip

Also, I added an optional dependency on nt-time crate. This is to make it easier to treat the obtained timestamps as time.

@sorairolake sorairolake force-pushed the feature/ntfs-extra-field branch from 516e726 to 8b64b64 Compare January 14, 2025 17:46
@sorairolake sorairolake force-pushed the feature/ntfs-extra-field branch from 8b64b64 to 9674c04 Compare January 14, 2025 17:54
@sorairolake sorairolake changed the title feat: Add support for NTFS Extra Field feat: Add support for NTFS extra field Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant