Difference between revisions of "MD5FILE()"

From Lianjapedia
Jump to: navigation, search
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Function to return the MD5 cryptographic key for a named file or files matching a skeleton
 
Function to return the MD5 cryptographic key for a named file or files matching a skeleton
 
  
 
==Syntax==
 
==Syntax==
 
MD5FILE(<expC>)
 
MD5FILE(<expC>)
 
  
 
==See Also==
 
==See Also==
 
[[MD5()]]
 
[[MD5()]]
 
  
 
==Description==
 
==Description==
 
The MD5FILE() function is used to return the MD5 cryptographic key for a named file or all files matching a skeleton.  The file name or skeleton is specified in <expC>.
 
The MD5FILE() function is used to return the MD5 cryptographic key for a named file or all files matching a skeleton.  The file name or skeleton is specified in <expC>.
 
  
 
==Example==
 
==Example==
Line 21: Line 17:
 
a867a1593181165651ed1e4330f451ba  
 
a867a1593181165651ed1e4330f451ba  
 
</code>
 
</code>
 
  
 
==Products==
 
==Products==

Revision as of 12:59, 11 December 2012

Purpose

Function to return the MD5 cryptographic key for a named file or files matching a skeleton

Syntax

MD5FILE(<expC>)

See Also

MD5()

Description

The MD5FILE() function is used to return the MD5 cryptographic key for a named file or all files matching a skeleton. The file name or skeleton is specified in <expC>.

Example

md5key = md5file("*.dbf")                                                     
? md5key                                                                      
a867a1593181165651ed1e4330f451ba

Products

Lianja, Lianja Server