Ti#uKT8}9tis
Don,
Copying the file listed as 'empty' to another file to save the data worked
great. That's a neat trick. Next time I'll know better and stop the capture
to close the file properly.
Thanks,
Chip.
Chip,
Glad I could help.
The reason it works is that since the file was closed properly due to
the disk being full, the actual filesize isn't written out to the header
block…but the full disk map and links are still available. Copy uses those,
rather than the filesize, to make another copy…so it gets the whole file, or
what there is of it anyway.
Don
Chip,
Whoops…just as I was saving that I noticed a boo boo..
the first line should say NOT closed properly, rather than closed
properly. Sorry for the error.
Don