]> granicus.if.org Git - python/commitdiff
Added new folder types
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 24 Apr 1998 10:42:01 +0000 (10:42 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 24 Apr 1998 10:42:01 +0000 (10:42 +0000)
Mac/Lib/MACFS.py

index 132db37905c52d502d328404ee79420324b60f81..1d0c2c1eab2dff5fd3916214a2bdea32897f79d1 100644 (file)
@@ -28,3 +28,65 @@ kExtensionFolderType         = 'extn'        # Finder extensions go here
 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'