[Peek]Fix for DateModified tooltip property showing file creation date (#34504)
This commit is contained in:
Родитель
a536ec6e0b
Коммит
0f16951f23
|
@ -19,7 +19,7 @@ namespace Peek.Common.Models
|
|||
{
|
||||
try
|
||||
{
|
||||
return string.IsNullOrEmpty(Path) ? null : System.IO.File.GetCreationTime(Path);
|
||||
return string.IsNullOrEmpty(Path) ? null : System.IO.File.GetLastWriteTime(Path);
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче