Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo Pascal - <b> number of open files {$f16} pp 317</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Number of Open Files               {$F16}                            pp 317

 Default:   F16

 Scope:     Global

 Function:  Number of files that may be open simultaneously.


 ----------------------------------------------------------------------------


 Notes:     This directive must be placed before the declarations.
            It cannot be redefined during program execution.

            The F directive controls the number of files that may be open
            at any one time.

            Even though space has been allocated with the F directive,
            DOS can still run out of file buffers and issue the
            Too many open files message.

            This indicates a need for a greater number of file buffers
            in the CONFIG.SYS file.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson