Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo Pascal - <b> ovrpath change overlay search path pp 196</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 OVRPATH                  Change Overlay Search Path                  pp 196

 Syntax:  OvrPath (Path) ;

 Type:    String

 Form:    Procedure

 Purpose: Define the search path for overlay files.

 Notes:   Path is a standard DOS path specifier.  The current directory is
          identified as a period, OvrPath(.).  If not specified, the
          path is the default drive and current directory.


 ----------------------------------------------------------------------------


 Usage:
       CONST
          Path = String [63] : 'C:\Path' ;

       BEGIN
          OvrPath (Path)                 ;
       END.

See Also: Overlay Path

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