Beispiel #1
0
 public override DateTime GetLastWriteTimeUtc(string path)
 {
     return(_fileSystem.GetLastWriteTimeUtc(Path.Combine(_basePath, path)));
 }