home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 16 / CD_ASCQ_16_0994.iso / news / 4611 / fw16d.ins / SAMPLES / TESTDIR.PRG < prev    next >
Text File  |  1994-04-17  |  250b  |  12 lines

  1. #include "FiveWin.ch"
  2.  
  3. //----------------------------------------------------------------------------//
  4.  
  5. function Main()
  6.  
  7.    ? GetWindowsDirectory()
  8.  
  9. return
  10.  
  11. //----------------------------------------------------------------------------//
  12.