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: Macintosh Toolbox Essentials /
Chapter 7 - Finder Interface / Finder Interface Reference
Routines


Resolving Alias Files

Ordinarily, when the user wants to open or print files, your application does not need to be concerned with whether they are aliases because the Finder resolves aliases before passing them to your application. If the user opens an alias that represents a document created by your application, the Finder passes your application the name and location of the document itself, not the alias. (Similarly, when the user opens an alias from within your application, the Standard File Package passes your application the name of the target document.) If your application bypasses the Finder when manipulating documents, it should check for and resolve aliases itself by using the Alias Manager function ResolveAliasFile, which is described here for completeness.


Subtopics
ResolveAliasFile

Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996