mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 22:34:09 +02:00
Improved EditData GetFileTime
This commit is contained in:
parent
d4d74ed37c
commit
cabacdd183
3 changed files with 13 additions and 5 deletions
|
@ -420,7 +420,7 @@ namespace IDE.Compiler
|
|||
var editData = gApp.GetEditData(projectSource, false);
|
||||
using (gApp.mMonitor.Enter())
|
||||
{
|
||||
editData.mFileTime = File.GetLastWriteTime(sourceFilePath).GetValueOrDefault();
|
||||
editData.GetFileTime();
|
||||
editData.SetSavedData(data, char8IdData);
|
||||
if (hash case .MD5(let md5Hash))
|
||||
editData.mMD5Hash = md5Hash;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue