And then :function GetRootPath: String;
begin
S := IncludeTrailingBackslash(ExtractFilePath(GetGlobalVar(“HEPublicationFile”,“”)));
Result := S;
end;
…and to get the path of your .exe :function GetRootPath: String;
begin
S := ExtractFilePath(GetGlobalVar(“HEPublicationFile”,“”));
Result := S;
end;
function GetRootPath: String;
begin
S := GetGlobalVar(“HEPublicationFile”,“”);
Result := S;
end;
We use essential cookies to make this site work, and optional cookies to enhance your experience.