comp.lang.ada
 help / color / mirror / Atom feed
* Problem Deleting files & the USE_ERROR exception & WHY
@ 2001-01-21 16:04 squeaker
  2001-01-21 17:00 ` Robert Dewar
  2001-01-21 18:15 ` Nick Roberts
  0 siblings, 2 replies; 4+ messages in thread
From: squeaker @ 2001-01-21 16:04 UTC (permalink / raw)


I am currently using tasks to perform some file operations. Now I am having
a real problem in actually deleting a file at the current time... I am
opening the file i wish to delete which is performed successfully, I then
try to delete the file and it comes up with the io_exception use_error. Now
i am 99% sure that the file wasnt already open by another task, so I am
really puzzled as to what else can actually cause a use error, and is there
actually a certain amount of time that the program should wait after the
file was closed before it can re-open it and then delete it? and 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 ???

Help would be appreciated, Thanks

Rich





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

end of thread, other threads:[~2001-01-21 18:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-21 16:04 Problem Deleting files & the USE_ERROR exception & WHY squeaker
2001-01-21 17:00 ` Robert Dewar
2001-01-21 18:15 ` Nick Roberts
2001-01-21 18:55   ` Robert Dewar

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