home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l041 / 2.ddi / MISC.ARC / PATHS.INC < prev    next >
Encoding:
Text File  |  1987-12-31  |  477 b   |  13 lines

  1. (****************************************************************)
  2. (*                     DATABASE TOOLBOX 4.0                     *)
  3. (*     Copyright (c) 1984, 87 by Borland International, Inc.    *)
  4. (****************************************************************)
  5.  
  6. type
  7.   PathName = string[64];
  8. const
  9.   head: string[34] = 'TURBO ACCESS CONFIGURATION STRINGS';
  10.   TurboPath : PathName = '';
  11.   TAccessPath : PathName = '';
  12.   tail: Byte = 0;  {Configuration Tail}
  13.