kFontsFolderType = 'font' # Fonts go here
kPreferencesFolderType = 'pref' # preferences for applications go here
kTemporaryFolderType = 'temp'
+
+# Alias types
+kContainerFolderAliasType = 'fdrp'
+kContainerTrashAliasType = 'trsh'
+kContainerHardDiskAliasType = 'hdsk'
+kContainerFloppyAliasType = 'flpy'
+kContainerServerAliasType = 'srvr'
+kApplicationAliasType = 'adrp'
+kContainerAliasType = 'drop'
+# types for Special folder aliases
+kSystemFolderAliasType = 'fasy'
+kAppleMenuFolderAliasType = 'faam'
+kStartupFolderAliasType = 'fast'
+kPrintMonitorDocsFolderAliasType = 'fapn'
+kPreferencesFolderAliasType = 'fapf'
+kControlPanelFolderAliasType = 'fact'
+kExtensionFolderAliasType = 'faex'
+kExportedFolderAliasType = 'faet'
+kDropFolderAliasType = 'fadr'
+kSharedFolderAliasType = 'fash'
+kMountedFolderAliasType = 'famn'
+
+# New FindFolder constants
+kExtensionDisabledFolderType = 'extD'
+kControlPanelDisabledFolderType = 'ctrD'
+kSystemExtensionDisabledFolderType = 'macD'
+kStartupItemsDisabledFolderType = 'strD'
+kShutdownItemsDisabledFolderType = 'shdD'
+kApplicationsFolderType = 'apps'
+kDocumentsFolderType = 'docs'
+
+kVolumeRootFolderType = 'root'
+kChewableItemsFolderType = 'flnt'
+kApplicationSupportFolderType = 'asup'
+kTextEncodingsFolderType = '\9ftex'
+kStationeryFolderType = 'odst'
+kOpenDocFolderType = 'odod'
+kOpenDocShellPlugInsFolderType = 'odsp'
+kEditorsFolderType = 'oded'
+kOpenDocEditorsFolderType = '\9fodf'
+kOpenDocLibrariesFolderType = 'odlb'
+kGenEditorsFolderType = '\9fedi'
+kHelpFolderType = '\9fhlp'
+kInternetPlugInFolderType = '\9fnet'
+kModemScriptsFolderType = '\9fmod'
+kPrinterDescriptionFolderType = 'ppdf'
+kPrinterDriverFolderType = '\9fprd'
+kScriptingAdditionsFolderType = '\9fscr'
+kSharedLibrariesFolderType = '\9flib'
+kVoicesFolderType = 'fvoc'
+kControlStripModulesFolderType = 'sdev'
+kAssistantsFolderType = 'ast\9f'
+kUtilitiesFolderType = 'uti\9f'
+kAppleExtrasFolderType = 'aex\9f'
+kContextualMenuItemsFolderType = 'cmnu'
+kMacOSReadMesFolderType = 'mor\9f'
+kALMModulesFolderType = 'walk'
+kALMPreferencesFolderType = 'trip'
+kALMLocationsFolderType = 'fall'
+kColorSyncProfilesFolderType = 'prof'
+kThemesFolderType = 'thme'
+kFavoritesFolderType = 'favs'