mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-18 08:06:04 +02:00
Improved EditData GetFileTime
This commit is contained in:
parent
d4d74ed37c
commit
cabacdd183
3 changed files with 13 additions and 5 deletions
|
@ -160,5 +160,13 @@ namespace IDE
|
|||
default: return false;
|
||||
}
|
||||
}
|
||||
|
||||
public void GetFileTime()
|
||||
{
|
||||
#if !CLI
|
||||
if (mFilePath != null)
|
||||
mFileTime = File.GetLastWriteTime(mFilePath).GetValueOrDefault();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue