home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / EFFO / pd6.lzh / readme < prev    next >
Text File  |  1990-05-16  |  299b  |  20 lines

  1. search paths for file loading :
  2.  
  3.  
  4. tile searches the following paths for your sources files in the given order :
  5.  
  6.     ./<filename>
  7.  
  8.     $PWD/<filename>
  9.  
  10.     $HOME/<filename>
  11.  
  12.     paths from $TILEPATH   (see DOC/tile.doc)
  13.  
  14.     /dd/lib/tile/<filename>
  15.  
  16.  
  17. $NAME means the environment variable "NAME" !
  18.  
  19.  
  20.