mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[FileTools] Use last write time instead of creation time
This commit is contained in:
@@ -607,7 +607,7 @@ namespace SabreTools.Helper
|
|||||||
MD5 = string.Empty,
|
MD5 = string.Empty,
|
||||||
SHA1 = string.Empty,
|
SHA1 = string.Empty,
|
||||||
},
|
},
|
||||||
Date = temp.CreationTime.ToString(),
|
Date = temp.LastWriteTime.ToString(),
|
||||||
};
|
};
|
||||||
|
|
||||||
try
|
try
|
||||||
|
|||||||
Reference in New Issue
Block a user