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>nnetvolnam()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NNETVOLNAM()
 Determines the name of a server volume
------------------------------------------------------------------------------
 Syntax

     NNETVOLNAM(<nVolume>) --> cVolumeName

     Netware: 2.2 and 3.11

 Argument

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

 Returns

     NNETVOLNAM() returns the name of the volume selected using <nVolume> on
     the default file server.

 Description

     NOVELL NET VOLUME NAME
     With NNETVOLNAM(), you can determine the name of a volume on the default
     file server.

 Note

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

 Example

     Determine the names of all volumes:

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

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

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