[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NGdir()
 Returns an Array of the Norton Guides with titles
------------------------------------------------------------------------------

 Function:      NGdir()

 Syntax:        NGdir([cPath]) --> aNGfiles

 Description:   NGdir() works quite like NGlook(), except that it
                will return a 2-dimensional array, filled with
                Norton Guide File Names and Titles:

                { { NG file , NG title } , ..... }

                Very useful when one wants to display a list.
                NGlook() returns a Zero length array ({}) when no
                Norton Guide files were found.

                the Supplied cPath must specify a Mask of the Files
                to search for, so "*.NG" would be the standard, and is
                used by default.

 Returns:       See above

 Example:       NGdir()
               might return (where EXPAND.NG is the only guide)
               { { "EXPAND.NG" , "Clipper 5.01a . Expand Library v3.00" } }

See Also: NGopen() NGname() NGlook()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson