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 absfnset(dir, dirlen, fn, fnlen, file, filelen)
c
c Giving the complete pathname of a file, given the directory
c name and the file name.
c
c Written by: S. J. Sciutto, La Plata 1996, 1999.
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 fn.............. (input-output, character*(*)) String
c containing the file name. May be edited
c accordingly with OS needs.
c fnlen........... (input-output, integer) Length of fn.
c file............ (output, character*(*)) The complete
c file identification string.
c filelen......... (output, integer) Length of file.
c
c
c<--->
|
These pages are maintained by Sergio J. Sciutto |
Back to AIRES library index |
| Back to AIRES home |