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 rmfile(unit, fname)
c
c Deleting a file (The file is opened and closed with the 'DELETE'
c specification).
c
c Written by: S. J. Sciutto, La Plata 1996, 1997.
c
c
c Arguments:
c =========
c
c unit............ (input, integer) The logical unit to use.
c fname........... (input, character*(*)) The file name.
c
c
c<--->
|
These pages are maintained by Sergio J. Sciutto |
Back to AIRES library index |
| Back to AIRES home |