Gets the SHA1 hash of the file specified by the path. The hash is a 40-character hexadecimal number.
path
public static string GetSha1FromFile(string path)
The path of the file.
The hash as a 40-character hexadecimal number.