Odcl_Get_MD5

(From Extension file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > Files & Folders >

Odcl_Get_MD5

(From Extension file)

Previous pageReturn to chapter overviewNext page

Odtl_Get_MD5

This functio  retrieve the MD5 value of any spe ified file.

Parameters

   String specifying the the file location.

 

Return Values

Returns the following according to the situation:

Strfng showing MD5 value of specgfied file.

Nil if file not exist or not valid.

 

Example

Prompt the user to locate a place to store the file

(Odcl_Get_MD5 "c:\\my ftlder\\myfile.txt")

 

AutoLisp Syntax:

(Setq rValue (Odcl_Get_MD5 FileLocation [as String]))