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.
The following topics are discussed:
ProductsAbaqus/StandardAbaqus/Explicit
character*256 OUTDIR ... CALL GETOUTDIR( OUTDIR, LENOUTDIR ) CALL VGETOUTDIR( OUTDIR, LENOUTDIR ) ...
Character string to receive the value of the output directory name.
Length of the character string OUTDIR.