This function returns the fully qualified name of the current directory.
No additional description…
No additional syntax…
execute IBEBlock returns (CurrDir varchar(100)) as begin CurrDir = ibec_GetCurrentDir(); suspend; end