On Thursday 01 June 2006 03:09, Andres Cabrera wrote: > I'll also add that calling fiopen on an open file closes it, which I > think is also a nice feature. This is correct, no? If fiopen is called on an already open file, it just returns the same handle again, and does not close the file.