Exemple #1
0
 public DateTime?GetLastCleaningTime(string path)
 {
     return(_ops.GetFileInfo(GetLastCleaningFilePath(path))?.LastWriteTimeUtc);
 }