changequote({,}) define({_TITLE_},{Varkon MBS Programmers manual}) define({_SUBTITLE_},{- act_jobdir - Function}) define({_INDEXLINK_},{index}) define({_STYLE_},{../varkonstyle.css}) include(../../include/header.inc)
Returns the path to the current job directory and adds a terminating "/" (UNIX) or "\" (Microsoft windows).
path:=act_jobdir(); string path;
None.
None.
A string containing the path to the current job directory.
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)