CT_NUMFILES

 NUMFILES()
 Determines the maximum number of files you can open simultaneously
------------------------------------------------------------------------------
 Syntax

     NUMFILES() --> nNumber

 Returns

     NUMFILES() returns the maximum number of files you can open
     simultaneously in all active programs.

 Description

     NUMFILES() determines the number of files that can be open
     simultaneously under DOS.  This information corresponds to the FILES=
     setting in the CONFIG.SYS file.  However, it is read from an internal
     DOS table, not this file.  Therefore, the function operates with or
     without CONFIG.SYS, and returns more accurate system information.

 Note

     .  The 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

     Display the maximum number of files you can open:

     ? NUMFILES()         // e.g. 30

See Also: NUMBUFFERS() FILESMAX() FILESFREE()

 

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.