Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Files /
Chapter 3 - Standard File Package / Standard File Package Reference


Standard File Package Routines

This section describes the routines you can use to prompt the user for a file's name and location after a request to save or open a file. If your application is designed to run in system software versions prior to version 7.0, you must use either SFGetFile or SFPGetFile when opening a file and either SFPutFile or SFPPutFile when saving a file.

If your application is designed to take advantage of features introduced in system software version 7.0 or later, you can use the new routines intended to simplify
the code required to elicit a filename from the user. The StandardPutFile and StandardGetFile procedures are simplified versions of the original procedures
for handling the user interface during the storing and retrieving of files. The CustomPutFile and CustomGetFile procedures are customizable versions of
the same procedures.


Subtopics
Saving Files
Opening Files

Previous Book Contents Book Index Next

© Apple Computer, Inc.
2 JUL 1996