Creates a binary representation of a file with the specified path.
Input Arguments
|
Output Arguments
|
Return Value
None
Examples
Define_Com Class(#XPRIM_Binary) Name(#FileToHash)
#FileToHash.FromFile Path('/tmp/file.bin')
. . .
#HashGenerator.Compute Input(#FileToHash) Result(#HashBytes)