知道这个意思,比如
if(new FileInfo(file).LastWriteTime.AddHours(24) > System.DateTime.Now)
{
  读出file
}
为什么要有这样一个判断,这个判断目的是为了什么?