Difference between revisions of "MD5FILE()"

From Lianjapedia
Jump to: navigation, search
m (Text replace - "Recital" to "Lianja")
Line 27: Line 27:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 +
[[Category:Lianja VFP Extensions]]
 +
[[Category:VFP Function Extensions]]

Revision as of 07:36, 10 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