public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: Delete files within Fortran
@ 1999-12-23 17:43 N8TM
  1999-12-31 23:54 ` N8TM
  0 siblings, 1 reply; 4+ messages in thread
From: N8TM @ 1999-12-23 17:43 UTC (permalink / raw)
  To: JimDotMul, gcc

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Delete files within Fortran
  1999-12-23 17:43 Delete files within Fortran N8TM
@ 1999-12-31 23:54 ` N8TM
  0 siblings, 0 replies; 4+ messages in thread
From: N8TM @ 1999-12-31 23:54 UTC (permalink / raw)
  To: JimDotMul, gcc

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Delete files within Fortran
  1999-12-23 15:39 James Mullaney
@ 1999-12-31 23:54 ` James Mullaney
  0 siblings, 0 replies; 4+ messages in thread
From: James Mullaney @ 1999-12-31 23:54 UTC (permalink / raw)
  To: gcc

Is there a Fortran statement which will delete a file?  I can do this in a
DOS file, but would prefer the ability to delete a scratch file.  Example:

delete(file='interim')

Thanks,  Jim




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Delete files within Fortran
@ 1999-12-23 15:39 James Mullaney
  1999-12-31 23:54 ` James Mullaney
  0 siblings, 1 reply; 4+ messages in thread
From: James Mullaney @ 1999-12-23 15:39 UTC (permalink / raw)
  To: gcc

Is there a Fortran statement which will delete a file?  I can do this in a
DOS file, but would prefer the ability to delete a scratch file.  Example:

delete(file='interim')

Thanks,  Jim




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1999-12-31 23:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-23 17:43 Delete files within Fortran N8TM
1999-12-31 23:54 ` N8TM
  -- strict thread matches above, loose matches on Subject: below --
1999-12-23 15:39 James Mullaney
1999-12-31 23:54 ` James Mullaney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).