System.Hash.THashMD5.GetHashStringFromFile
Delphi
class function GetHashStringFromFile(const AFileName: TFileName): string; static; inline;
C++
static System::UnicodeString __fastcall GetHashStringFromFile(const System::Sysutils::TFileName AFileName);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Hash.pas System.Hash.hpp |
System.Hash | THashMD5 |
Description
Creates a hash digest from the specified file and returns the value of the created digest as a hexadecimal String.