[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
OvrPath                  Sets Path for Finding Overlay Files

 OvrPath(DirPath : <string>);                                            [TP]

    Sets the path in which overlay files can be found. By default, the
    current directory is searched. By using OvrPath, overlay files can be
    stored in directories other than the current directory.

         DirPath    Directory pathname; if no drive is specified, the
                    current drive is assumed; if no directory is given,
                    the current subdirectory is assumed. If the path
                    specified doesn't begin with '\', the path specified
                    is relative to the current directory.

  -------------------------------- Example ---------------------------------

           OvrPath('C:\OVERLAYS');  { Set directory where overlay files are }
           DoSomething;             { overlay procedure }

See Also: OvrDrive overlay
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson