[FileTools] Use last write time instead of creation time

This commit is contained in:
Matt Nadareski
2016-09-13 11:31:49 -07:00
parent ed1676cd35
commit 9574765b3c

View File

@@ -607,7 +607,7 @@ namespace SabreTools.Helper
MD5 = string.Empty,
SHA1 = string.Empty,
},
Date = temp.CreationTime.ToString(),
Date = temp.LastWriteTime.ToString(),
};
try