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>nnetvolnum()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NNETVOLNUM()
 Determines the maximum number of available server volumes
------------------------------------------------------------------------------
 Syntax

     NNETVOLNUM() --> nMaxVol

     Netware: 2.2 and 3.11

 Returns

     NNETVOLNUM() returns the maximum number of available volumes on the
     default file server.  If an error occurs, the function returns -1.

 Description

     NOVELL NET VOLUME NUMBER
     This function returns the maximum number of available volumes for the
     default file server.  This value can be between 0 and NNETVOLNUM().
     With NETVOLNUM() you can determine the name and total free capacity for
     each active volume.  You can also determine all of the available
     directory entries that are possible.

 Note

     .  Volumes between 0 and NNETVOLNUM() can be inactive (not
        mounted).

 Example

     Determine the names of all the volumes.  The function returns a null
     string if a volume is inactive:

     FOR I = 0 TO NNETVOLNUM()
        ? NNETVOLNAM(I)         // Displays related names
     NEXT I

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

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