Important: The information in this document is obsolete and should not be used for new development.
Specification for a File-Based Profile
Your application uses theCMFileLocation
structure to provide a file specification for a profile stored in a disk file. You provide a file specification structure in theCMProfileLocation
structure'su
field to specify the location of an existing profile or a profile to be created.
struct CMFileLocation { FSSpec spec;/* specifies profile file location on disk */ };
Field Description
spec
- A file system specification structure giving the location of the profile file.
A file specification structure includes the volume reference number, the directory ID of the parent directory, and the filename or directory name. For a description of the
FSSpec
data structure, see Inside Macintosh: Files.