Ejemplo n.º 1
0
 public void SaveHash(string sourceFile, byte[] hash)
 {
     CreateCacheDirectoryIfNotExist();
     File.WriteAllText(GetHashFile(sourceFile), CsUtility.ByteArrayToHex(hash), Encoding.ASCII);
 }