ResultVariable
When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.
See also: Related Actions
Crypto.MD5DigestFromFile
OverviewExamples
string Crypto.MD5DigestFromFile ( string Filename )
De s cr ip t ion
Creates an MD5 message digest for a given file.
P arame t er s
Filename
(string) The full path to the file whose MD5 digest you want to calculate.
Note: The file can be of any type (binary or ascii).
Re t u r n s
(string) The message digest that was calculated for the file. If the message digest cannot be calculated or some other error occurs, an empty string ("") is returned. You can use Application.GetLastError to determine whether this action failed, and why.