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

     NNETVOLFRE(<nVolume>) --> nBytesAvailable

     Netware: 2.2 and 3.11

 Argument

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

 Returns

     NNETVOLFRE() returns the available free memory capacity on the volume
     designated by <nVolume>.

 Description

     NOVELL NET VOLUME FREE
     With NNETVOLFRE(), you can determine the amount of free memory capacity
     available for each volume on the default file server.  In this way you
     can determine if memory intensive file operations can be executed
     without difficulty, or if files can be copied onto the server.

 Note

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

 Example

     Determine the capacity still available for all volumes:

     FOR I = 0 TO NNETVOLNUM()
        ? NNETVOLFRE(I)         // Available capacity
     NEXT I

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

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