FInfo objects -- Python library reference



Prev: alias objects Up: macfs Top: Top

14.6.3. FInfo objects

See Inside Mac for a complete description of what the various fields mean.

Creator -- attribute of FInfo object
The 4-char creator code of the file.
Type -- attribute of FInfo object
The 4-char type code of the file.
Flags -- attribute of FInfo object
The finder flags for the file as 16-bit integer. The bit values in Flags are defined in standard module MACFS.
Location -- attribute of FInfo object
A Point giving the position of the file's icon in its folder.
Fldr -- attribute of FInfo object
The folder the file is in (as an integer).


Prev: alias objects Up: macfs Top: Top