Beispiel #1
0
 public override async Task <bool> Verify(Archive a)
 {
     return(File.Exists(SourcePath) && SourcePath.FileHashCached() == Hash);
 }