Back to product page

MD5 property


Returns MD5 hash of the current file.

Type

A String value

Syntax

  • Basic
object.MD5
The MD5(object) syntax has these parts:
objectAn expression evaluating to an object of type UpdFile.

Remarks

This property returns MD5 hash of the file on the disk. It represents (almost!) unique 16-byte information about the file. No two files can have the same hash - so you can use it to see if downloaded file is, by any chance, same as existing, by checking at NewMD5 property too. This information is retrieved from the file on the disk.

Platforms

Windows