home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / OS2CO2.ZIP / LIBPATH.HLP < prev    next >
Text File  |  1989-06-01  |  487b  |  18 lines

  1. The LIBPATH directive specifies the directories in which the system
  2. will search for dynamic link libraries (DLLs) when an protected mode
  3. application program is loaded.  The directory alias "." (which
  4. represents the current directory) may be used.
  5.  
  6. Directive syntax:    LIBPATH = path[,path...]
  7.  
  8. Default value:        Root directory of boot drive
  9.  
  10. Multiple occurrences:    No
  11.  
  12. Affects protected mode:    Yes
  13.             
  14. Affects real mode:    No
  15.  
  16. Example:        LIBPATH = .;C:\OS2\DLL;C:\PMSDK\DLL;C:\
  17.  
  18.