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

     NNETDIRFRE(<nVolume>) --> nFreeDirectoryEntries

     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

     NNETDIRFRE() returns the number of directory entries still free on the
     volume specified in <nVolume>.

 Description

     NOVELL NET DIRECTORY FREE
     This function allows you to determine how many directory entries are
     still available for each volume on the default file server.  This allows
     you to determine if new files can be created on the related volume.  The
     number of directory entries in the Novell network software installation
     program can be increased if necessary.

 Note

     .  This function requires that the station have console
        privileges.

 Example

     Determine if directory entries are still available for all volumes:

     FOR I = 0 TO NNETVOLNUM()
        ? NNETDIRFRE(I)         // Avail. entries, each 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