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 . Book 4-Appendices - <b>nnetdirmax()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NNETDIRMAX()
 Determines the maximum number of directory entries in a volume
------------------------------------------------------------------------------
 Syntax

     NNETDIRMAX(<nVolume>) --> nMaxEntries

     Netware: 2.2 and 3.11

 Argument

     <nVolume>  Designates the selected volume number of the related
     default file server.  This value can be from 0 to 31.

 Returns

     NNETDIRMAX() returns the total number of available directory entries on
     the volume specified in <nVolume>.

 Description

     NOVELL NET DIRECTORY MAXIMUM
     This function allows you to determine the maximum number of directory
     entries for each volume on the default file server.

 Note

     .  This function requires that the station have console
        privileges at least.

 Example

     Determine the total number of directory entries available for all
     volumes:

     FOR I = 0 TO NNETVOLNUM()
        ? NNETDIRMAX(I)         // Max. entries per volume
     NEXT I

See Also: NNETSETSRV() NNETVOLNUM() NNETVOLNAM() NNETVOLMAX()

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