AIRES library reference: absdirset.


c
c     Routine directly callable from C/C++ (it could be necessary to
c     append an underscore, "_", to its name depending on the C/C++
c     compiler used).
c
c
      subroutine absdirset(dir, dirlen)
c
c     Setting a directory name to allow concatenation with file names
c     to obtain absolute file specifications.
c     The header '~' must be interpreted as the user's main (HOME)
c     directory.
c
c     The code of this routine is OS dependent.
c
c     Written by: S. J. Sciutto, La Plata 1996, 1999, 2000, 2002, 2019.
c
c     Parameters:
c     ==========
c
c     dir............. (input-output, character*(*)) String
c                      containing directory info. May be edited
c                      accordingly with OS needs.
c     dirlen.......... (input-output, integer) Length of dir.
c
c
c<--->


These pages are maintained by
Sergio J. Sciutto
Back to AIRES library index
Back to AIRES home [HOME]