Previous - Hash Algorithm Section Home - Hash Algorithm Next - md5String


md5File ( )

Derives a MD5 character string from the contents of a file

Usage:

md5File (object me, string filePath)

Parameters:

filePath (string) - The path to an existing file for hashing

Returns:

(string) - MD5 character string

Example:

xtRose = xtra("Rosetta").new( )
xtRose.md5File( "C:\Program Files\Macromedia\Director 8.5\Dirapi.dll" )

Notes:


Previous - Hash Algorithm Section Home - Hash Algorithm Next - md5String