Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Books 1-3 - <b>filesmax()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FILESMAX()
 Specifies the maximum number of files that can be open at one time
------------------------------------------------------------------------------
 Syntax

     FILESMAX() --> nMaxHandles

 Returns

     FILESMAX() returns the maximum number of files that can be open at once.

 Description

     The value set for FILES= within the CONFIG.SYS, and the number of
     available handles, influences the maximum number of files that can be
     open simultaneously.  The maximum number is determined by the smaller of
     the two values respectively.

 Notes

     .  The returned value is subtracted from the handles already
        occupied by the operating system.  This value is usually 5.

     .  This function cannot determine if an additional operating
        system adaptation (Novell's SHELL.CFG) has been made under a Novell
        network.  These adaptations are only used for the current network
        drive under Novell.

 Example

     How many files can be opened in the system?

     ? FILESMAX()            // e.g. 100


See Also: FILESFREE()

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