There was a bug where globs like *(OL[1]) failed to return the largest file if it was larger that 4GB in size. The bug was an improper int -> long cast. Patch attached. dima