ibec_md5File
Syntax
function ibec_md5File (FileName : string) : string;
Description
Functions return md5 sum for the specified file.
This function now supports Unicode (UTF8) file names. You can still use ANSI names, necessary checks and conversion are performed automatically.
See also:
ibec_md5
Example:
execute IBEBlock returns (cout varchar(100)) as begin cout = ibec_md5File('d:\mydata.csv'); suspend; end
back to top of page
<< ibec_md5 | IBEBlock | ibec_DeleteFile >>