home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 1992 August / info-mac-1992.iso / Source / C / Dragonsmith / Dragonsmith 1.0b2 / Utilities / FileUtils.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-05-05  |  322 b   |  14 lines  |  [TEXT/KAHL]

  1. /*
  2.     FileUtils.h
  3. */
  4.  
  5. #pragma once
  6.  
  7. #include    <Files.h>
  8. #include    <Aliases.h>
  9.  
  10. OSType **FREFTypes (short *numTypesReturned);
  11. Boolean OpenableType (OSType fileType, short numOKTypes, OSType **OKTypesHndl);
  12. OSType FSpType (FSSpec *fss, OSErr *err);
  13. Boolean FSpOpenableType (FSSpec *fss, short numOKTypes, OSType **OKTypesHndl);
  14.