Delete files within Fortran

N8TM@aol.com N8TM@aol.com
Fri Dec 31 23:54:00 GMT 1999


In a message dated 12/23/1999 3:40:32 PM Pacific Standard Time, 
JimDotMul@msn.com writes:

> Is there a Fortran statement which will delete a file?
No, but the g77 library includes the unlink function, a wrapper for the 
unix-ish one of the same name, presumably modeled on the SunOS fortran 
extension.  There is an example in libf2c/libU77/u77-test.f.

Tim
tprince@computer.org



More information about the Gcc mailing list