home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Science / µSim 1.0b5 folder / Libs / Utils6.h < prev    next >
Encoding:
Text File  |  1994-07-27  |  569 b   |  10 lines  |  [TEXT/MMCC]

  1. short FabFSpOpenResFile(const FSSpec *spec,char permission);
  2. OSErr FabFSpOpenDF(const FSSpec *spec,char permission,short *refNum);
  3. OSErr FabFSpCreate(const FSSpec  *spec,OSType creator,OSType fileType, ScriptCode scriptTag);
  4. OSErr FabFSpDelete(const FSSpec *spec);
  5. void FabStandardGetFile(FileFilterUPP fileFilter, short numTypes, SFTypeList typeList,
  6.                             StandardFileReply *reply);
  7. void FabStandardPutFile(ConstStr255Param prompt,
  8.                             ConstStr255Param defaultName,
  9.                             StandardFileReply *reply);
  10.