comp.lang.ada
 help / color / mirror / Atom feed
From: Robert Dewar <robert_dewar@my-deja.com>
Subject: Re: Problem Deleting files & the USE_ERROR exception & WHY
Date: Sun, 21 Jan 2001 17:00:36 GMT
Date: 2001-01-21T17:00:36+00:00	[thread overview]
Message-ID: <94f4ji$mv0$1@nnrp1.deja.com> (raw)
In-Reply-To: ORDa6.8829$vH6.140011@news6-win.server.ntlworld.com

In article
<ORDa6.8829$vH6.140011@news6-win.server.ntlworld.com>,
  "squeaker" <squeaker@ntlworld.com> wrote:
> just to comfirm, you dont have to close the file once you
> have deleted it right? because theres nothing to close once
> its been deleted ???

Right conclusion, bogus reasoning. The internal file does not
go away as a result of doing something to the external file,
so it most certainly must be closed, but if you read the RM

        13   Deletes the external file associated with the
             given file.  The given file is closed, and the
             external file ceases to exist.

It is 100% clear in plain language that the delete does the
necessary close operation.

Please use the RM as a reference source for such matters.
Especially when it comes to Annex A, it is easy to read, and
a whole lot more reliable than random answers on CLA :-)

As for the rest of your question, there is inadequate data
to even guess what might be the problem.


Sent via Deja.com
http://www.deja.com/



  reply	other threads:[~2001-01-21 17:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-21 16:04 Problem Deleting files & the USE_ERROR exception & WHY squeaker
2001-01-21 17:00 ` Robert Dewar [this message]
2001-01-21 18:15 ` Nick Roberts
2001-01-21 18:55   ` Robert Dewar
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox