changequote({,}) define({_TITLE_},{Varkon MBS Programmers manual}) define({_SUBTITLE_},{- act_jobdir - Function}) define({_INDEXLINK_},{index}) define({_STYLE_},{../varkonstyle.css}) include(../../include/header.inc)

act_jobdir - Function

Description

Returns the path to the current job directory and adds a terminating "/" (UNIX) or "\" (Microsoft windows).

Syntax

  path:=act_jobdir();

  string path;

Principal parameters

None.

Optional parameters

None.

Return value

A string containing the path to the current job directory.

Comments

A terminating slash is added to make it easier to add a filename to the end of of the path in a way that is portable between UNIX and Windows. The following line for example...

  path:=act_jobdir() + "myfile";

creates a path to "myfile" on the current job directory.

See also: act_jobnam.

include(../../include/svnversion.inc) include(../../include/footer.inc)