Products: ABAQUS/Standard ABAQUS/Explicit
Utility routines GETOUTDIR and VGETOUTDIR can be called from any ABAQUS/Standard or ABAQUS/Explicit user subroutine, respectively, to obtain the output directory of the current job.
character*256 OUTDIR ... CALL GETOUTDIR( OUTDIR, LENOUTDIR ) CALL VGETOUTDIR( OUTDIR, LENOUTDIR ) ...