in reply to Re^4: FileHandle objects as data members of another object
in thread FileHandle objects as data members of another object

Windows puts no limit on open files as long as you use the CP/M compatibility functions, which don't work on NT-derived Windows anymore. And on Win95 and later I think they put a strain on some other scarce resource, so effectively you can't use them that way too. So your sentence is right for Win 3.11 and older, and only with (even then) deprecated programming style.
  • Comment on Re^5: FileHandle objects as data members of another object

Replies are listed 'Best First'.
Re^6: FileHandle objects as data members of another object
by blazar (Canon) on Oct 24, 2006 at 14:13 UTC

    I think you may have wanted to reply to jbert's post. (And if you were not Anonymous I would've /msg'd you instead of replying...)