ibec_GetCurrentDir
This function returns the fully qualified name of the current directory.
Example
execute IBEBlock
returns (CurrDir varchar(100))
as
begin
CurrDir = ibec_GetCurrentDir();
suspend;
end
See also:
ibec_ExtractFileDir
<< ibec_SetFileDateTime | IBEBlock | ibec_GetRunDir >>







