home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1998 / MacHack 1998.toast / Sessions / Completions / Completions Source / Files / FileReadingPath.cp < prev    next >
Encoding:
Text File  |  1998-06-17  |  274 b   |  18 lines  |  [TEXT/CWIE]

  1. // FileReadingPath.cp
  2.  
  3. #ifndef FileReadingPath_h
  4. #include "FileReadingPath.h"
  5. #endif
  6. #ifndef OSError_h
  7. #include "OSError.h"
  8. #endif
  9. #ifndef __FILES__
  10. #include <Files.h>
  11. #endif
  12.  
  13. FileReadingPath::~FileReadingPath()
  14.   {
  15.     if ( IsOpen() )
  16.         DebugOSError( FSClose( refNum ) );
  17.   }
  18.