Sets the TIMESTAMP of a specified file. This function also supports Unicode (UTF8) file names. You can still use ANSI names; necessary checks and conversion are performed automatically.
No additional description…
function ibec_SetFileDateTime(FileName : string; DateTime : timestamp);
execute IBEBlock as begin ts = current_timestamp; ibec_SetFileDateTime('d:\mydata.csv', ts); end