System.Hash.THashMD5.GetHashBytesFromFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function GetHashBytesFromFile(const AFileName: TFileName): TBytes; static;

C++

static System::DynamicArray<System::Byte> __fastcall GetHashBytesFromFile(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 bytes.

See Also