func X3.EN_FILE_GET_HASH(Char PATH_IN, Char TYPE_IN) : Char

Returns the hash of a file given a hash type

  • PATH_IN Char Full path or volume to the file to analyze
  • TYPE_IN Char Hash type :
    • MD2
    • MD4
    • MD5
    • SHA1
    • SHA256
    • SHA384
    • SHA512
Return Char Hash
Example

func X3.EN_FILE_GET_HASH("c:\Sage\dossiers\SEED\tmp\espion.tra", "MD5")
Returns the associated MD5 "d4804c5481143ae7c629ca2b7b3a3451"