home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-12 | 764 b | 18 lines | [TEXT/CWIE] |
- // NetCache Resolver, 1995 (C) Mizutori Tetsuya
- // - NCR_File.h, October 8, 1995
- // This document is pretty printed in 10-point Geneva font.
-
- /***** Standard File Get & Put *****/
- Boolean GetFilename ( FSSpec *theFSSpec, short numTypes, SFTypeList typeList );
- Boolean PutFilename ( FSSpec *theFSSpec, StringPtr prompt, Boolean *replacing );
- OSErr ReadFile ( FSSpec *theFSSpec, FInfo *theFInfo, Handle h, long *size );
- OSErr WriteFile ( FSSpec *theFSSpec, FInfo *theFInfo, Handle h, long *size );
-
- /***** Get File Information *****/
- Boolean QueryFile ( FSSpec *theFSSpec, long *fileID );
- OSErr TouchDir ( short vRefNum, long dirID );
- OSErr GetSpecType ( FSSpec *theFSSpec );
- void GenFilename ( StringPtr newFilename, StringPtr oldFilename );
-
- // end of definitions
-