blob: 132db37905c52d502d328404ee79420324b60f81 [file] [log] [blame]
Jack Jansenf5101ee1995-08-31 13:38:44 +00001# MACFS.py - Constants used by macfs routines
2# Derived from Finder.h and Folders.h
3
4# Flags in FInfo.Flags field:
5kIsOnDesk = 0x1
6kColor = 0xE
7kIsShared = 0x40
8kHasBeenInited = 0x100
9kHasCustomIcon = 0x400
10kIsStationery = 0x800
11kIsStationary = 0x800
12kNameLocked = 0x1000
13kHasBundle = 0x2000
14kIsInvisible = 0x4000
15kIsAlias = 0x8000
16
17# Constants for FindFolder
18kOnSystemDisk = 0x8000
19kSystemFolderType = 'macs' # the system folder
20kDesktopFolderType = 'desk' # the desktop folder; objects in this folder show on the desk top.
21kTrashFolderType = 'trsh' # the trash folder; objects in this folder show up in the trash
22kWhereToEmptyTrashFolderType = 'empt' # the "empty trash" folder; Finder starts empty from here down
23kPrintMonitorDocsFolderType = 'prnt' # Print Monitor documents
24kStartupFolderType = 'strt' # Finder objects (applications, documents, DAs, aliases, to...) to open at startup go here
25kAppleMenuFolderType = 'amnu' # Finder objects to put into the Apple menu go here
26kControlPanelFolderType = 'ctrl' # Control Panels go here (may contain INITs)
27kExtensionFolderType = 'extn' # Finder extensions go here
28kFontsFolderType = 'font' # Fonts go here
29kPreferencesFolderType = 'pref' # preferences for applications go here
30kTemporaryFolderType = 'temp'