Re: machine level exception in file.e again
- Posted by Kat <KAT12 at coo?ah?.net> May 16, 2008
- 643 views
Matt Lewis wrote: > > Kat wrote: <snip> > > it's reading from. Thing is, the dir() is obviously NOT handling the 15gig > > file, just the dir with 450 megabytes and 97,000 files in it. This is a <snip> > Does it always crash on a dir with a 15gig file? There could be an overflow 1) the 15 gig file is not handled, not seen, by dir 2) the 15 gig file is never in a folder i run dir on 3) the 15 gig file may be on another drive 4) i have had dir troubles before on win95 and winxp-sp2 5) the 15 gig file is not an issue 6) i am getting real sorry i mentioned the topic 7) this is about dir, which doesn't open the files 8) if dir cracked up on a particular file, i'd have said so > in there that's causing problems. You might try Greg H's win_dir > libary: > > <a > href="http://www.rapideuphoria.com/win_dir.zip">http://www.rapideuphoria.com/win_dir.zip</a> > I have it, it seems to be a program to munge normal dir output. Munging such data cannot be the problem if dir never returns. I asked if i can trap the non-returning dir, called in file.e, in the machine call, and been told no, so i don't see why another lib of eu code could. Kat