MD5 Property
      
 

Description

Returns MD5 hash of the current file.


Property type

A String value.  


Syntax

object.MD5



The MD5 Property syntax has these parts:

Part Description
object An 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.