Skip to content
This repository was archived by the owner on Jul 10, 2022. It is now read-only.
This repository was archived by the owner on Jul 10, 2022. It is now read-only.

LastAccessTime and FileChangeTime values are swapped. #2

@peteraritchie

Description

@peteraritchie

StandardInformation is not being instantiated properly at https://github.com/michaelkc/NtfsReader/blob/master/src/NtfsReader/System/IO/Filesystem/Ntfs/NtfsReader.cs#L1005:

                                    new StandardInformation(
                                        attributeStandardInformation->CreationTime,
                                        attributeStandardInformation->FileChangeTime,
                                        attributeStandardInformation->LastAccessTime
                                    );

where StandardInformation constructor is defined as:

            public StandardInformation(
                UInt64 creationTime,
                UInt64 lastAccessTime,
                UInt64 lastChangeTime
                )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions