summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/MACFS.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1998-04-24 10:42:01 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1998-04-24 10:42:01 (GMT)
commit7b7a2c2e110a2a9d5bb7c4f0c0dbda74e215059f (patch)
tree17da8f445a00e12ad81f5af0c03ba9f5d6150514 /Mac/Lib/MACFS.py
parent0ec0e63928584abc3097b440160f5ba46720c337 (diff)
downloadcpython-7b7a2c2e110a2a9d5bb7c4f0c0dbda74e215059f.zip
cpython-7b7a2c2e110a2a9d5bb7c4f0c0dbda74e215059f.tar.gz
cpython-7b7a2c2e110a2a9d5bb7c4f0c0dbda74e215059f.tar.bz2
Added new folder types
Diffstat (limited to 'Mac/Lib/MACFS.py')
-rw-r--r--Mac/Lib/MACFS.py62
1 files changed, 62 insertions, 0 deletions
diff --git a/Mac/Lib/MACFS.py b/Mac/Lib/MACFS.py
index 132db37..1d0c2c1 100644
--- a/Mac/Lib/MACFS.py
+++ b/Mac/Lib/MACFS.py
@@ -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 = 'Ÿtex'
+kStationeryFolderType = 'odst'
+kOpenDocFolderType = 'odod'
+kOpenDocShellPlugInsFolderType = 'odsp'
+kEditorsFolderType = 'oded'
+kOpenDocEditorsFolderType = 'Ÿodf'
+kOpenDocLibrariesFolderType = 'odlb'
+kGenEditorsFolderType = 'Ÿedi'
+kHelpFolderType = 'Ÿhlp'
+kInternetPlugInFolderType = 'Ÿnet'
+kModemScriptsFolderType = 'Ÿmod'
+kPrinterDescriptionFolderType = 'ppdf'
+kPrinterDriverFolderType = 'Ÿprd'
+kScriptingAdditionsFolderType = 'Ÿscr'
+kSharedLibrariesFolderType = 'Ÿlib'
+kVoicesFolderType = 'fvoc'
+kControlStripModulesFolderType = 'sdev'
+kAssistantsFolderType = 'astŸ'
+kUtilitiesFolderType = 'utiŸ'
+kAppleExtrasFolderType = 'aexŸ'
+kContextualMenuItemsFolderType = 'cmnu'
+kMacOSReadMesFolderType = 'morŸ'
+kALMModulesFolderType = 'walk'
+kALMPreferencesFolderType = 'trip'
+kALMLocationsFolderType = 'fall'
+kColorSyncProfilesFolderType = 'prof'
+kThemesFolderType = 'thme'
+kFavoritesFolderType = 'favs'