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>nnetqdir()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NNETQDIR()
 Determines the queue directory
------------------------------------------------------------------------------
 Syntax

     NNETQDIR(<cQueue>,[<cServer>|<nConId>]) --> cDir

     Netware: 2.2 and 3.11

 Arguments

     <cQueue>  Designates the queue for which the directory is
     determined.

     <cServer>  Designates the name of the file server used.  Your
     workstation must be attached to <cServer>.

     <nConId>  Designates the connection ID of your workstation on
     <cServer>.

 Returns

     NNETQDIR() returns the directory of the job files of <cQueue>. If an
     error occurs, the function returns an empty string.

 Description

     NOVELL NET QUEUE DIRECTORY
     Netware stores the contents of a job in a separate file.  The queue only
     contains references to these files.  NNETQDIR() allows you to determine
     the directory of the job files.  By default, the job directory is a
     subdirectory of SYS:SYSTEM.  The name of the subdirectory consists of
     the queue ID and the extension .QDR.

 Note

     .  NNETQDIR() is a high level function based on the low level
        functions of the bindery access.  The CA-Clipper source code can be
        found on the product disks.

 Example

     Display the directory for the print queue QUEUE1:

     ? NNETQDIR('QUEUE1')

See Also: NNETJFILE()

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