diff --git a/src/NtfsReader/System/IO/Filesystem/Ntfs/NtfsReader.cs b/src/NtfsReader/System/IO/Filesystem/Ntfs/NtfsReader.cs index 4074a7e..0901e7a 100644 --- a/src/NtfsReader/System/IO/Filesystem/Ntfs/NtfsReader.cs +++ b/src/NtfsReader/System/IO/Filesystem/Ntfs/NtfsReader.cs @@ -1002,8 +1002,8 @@ This is used when an AttributeList is being processed and we only want a specifi _standardInformations[nodeIndex] = new StandardInformation( attributeStandardInformation->CreationTime, - attributeStandardInformation->FileChangeTime, - attributeStandardInformation->LastAccessTime + attributeStandardInformation->LastAccessTime, + attributeStandardInformation->FileChangeTime ); break;