Legacy Documentclose button

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

Apple Developer Connection
Advanced Search
Member Login Log In | Not a Member? Contact ADC

Previous Book Contents Book Index Next

Inside Macintosh: Files /
Chapter 1 - Introduction to File Management / File Management Reference
Data Structures


Application Files Records

The GetAppFiles procedure returns information about files opened at application launch time in an application files record, defined by the AppFile data type:

TYPE AppFile   =
RECORD
   vRefNum:    Integer;    {working directory reference number}
   fType:      OSType;     {file type}
   versNum:    Integer;    {version number; ignored}
   fName:      Str255;     {filename}
END;
Field Description
vRefNum
A working directory reference number that encodes the volume and parent directory of the file.
fType
The file type.
versNum
Reserved.
fName
The filename.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
2 JUL 1996

Get information on Apple products.
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Copyright © 2007 Apple Inc.
All rights reserved. | Terms of use | Privacy Notice