Special Folders Part 2 (was: Re: Moving files from desktop to User folders)
Special Folders Part 2 (was: Re: Moving files from desktop to User folders)
- Subject: Special Folders Part 2 (was: Re: Moving files from desktop to User folders)
- From: Gary Lists <email@hidden>
- Date: Mon, 06 Jan 2003 15:03:05 -0500
On or about 1/5/03 9:47 PM, Paul Berkowitz wrote:
>
>
path to "docs"
>
>
for starters.
Part 2:
/* New Folder Types to accommodate the Mac OS X Folder Manager */
/* These folder types are not applicable on Mac OS 9. */
kDomainTopLevelFolderType = 'dtop', /* The top-level of a Folder
domain, e.g. "/System"*/
kDomainLibraryFolderType = 'dlib', /* the Library subfolder of a
particular domain*/
kColorSyncFolderType = 'sync', /* Contains ColorSync-related
folders*/
kColorSyncCMMFolderType = 'ccmm', /* ColorSync CMMs*/
kColorSyncScriptingFolderType = 'cscr', /* ColorSync Scripting support*/
kPrintersFolderType = 'impr', /* Contains Printing-related
folders*/
kSpeechFolderType = 'spch', /* Contains Speech-related
folders*/
kCarbonLibraryFolderType = 'carb', /* Contains Carbon-specific file*/
kDocumentationFolderType = 'info', /* Contains Documentation files
(not user documents)*/
kDeveloperDocsFolderType = 'ddoc', /* Contains Developer
Documentation files and folders*/
kDeveloperHelpFolderType = 'devh', /* Contains Developer Help related
files*/
kISSDownloadsFolderType = 'issd', /* Contains Internet Search Sites
downloaded from the Internet*/
kUserSpecificTmpFolderType = 'utmp', /* Contains temporary items
created on behalf of the current user*/
kCachedDataFolderType = 'cach', /* Contains various cache files
for different clients*/
kFrameworksFolderType = 'fram', /* Contains MacOS X Framework
folders */
kPrivateFrameworksFolderType = 'pfrm', /* Contains MacOS X Private
Framework folders */
kClassicDesktopFolderType = 'sdsk', /* MacOS 9 compatible desktop
folder - same as */
/* kSystemDesktopFolderType but with
a more appropriate*/
/* name for Mac OS X code.*/
kDeveloperFolderType = 'devf', /* Contains MacOS X Developer
Resources*/
kSystemSoundsFolderType = 'ssnd', /* Contains Mac OS X System Sound
Files*/
kComponentsFolderType = 'cmpd', /* Contains Mac OS X components*/
kQuickTimeComponentsFolderType = 'wcmp', /* Contains QuickTime components
for Mac OS X*/
kCoreServicesFolderType = 'csrv', /* Refers to the "CoreServices"
folder on Mac OS X*/
kPictureDocumentsFolderType = 'pdoc', /* Refers to the "Pictures" folder
in a users home directory*/
kMovieDocumentsFolderType = 'mdoc', /* Refers to the "Movies" folder
in a users home directory*/
kMusicDocumentsFolderType = '5doc', /* Refers to the "Music" folder in
a users home directory*/
kInternetSitesFolderType = 'site', /* Refers to the "Sites" folder in
a users home directory*/
kPublicFolderType = 'pubb', /* Refers to the "Public" folder
in a users home directory*/
kAudioSupportFolderType = 'adio', /* Refers to the Audio support
folder for Mac OS X*/
kAudioSoundsFolderType = 'asnd', /* Refers to the Sounds subfolder
of Audio Support*/
kAudioSoundBanksFolderType = 'bank', /* Refers to the Banks subfolder
of the Sounds Folder*/
kAudioAlertSoundsFolderType = 'alrt', /* Refers to the Alert Sounds
subfolder of the Sound Folder*/
kAudioPlugInsFolderType = 'aplg', /* Refers to the Plug-ins
subfolder of the Audio Folder */
kAudioComponentsFolderType = 'acmp', /* Refers to the Components
subfolder of the Audio Plug-ins Folder */
kKernelExtensionsFolderType = 'kext', /* Refers to the Kernel Extensions
Folder on Mac OS X*/
kDirectoryServicesFolderType = 'dsrv', /* Refers to the Directory
Services folder on Mac OS X*/
kDirectoryServicesPlugInsFolderType = 'dplg', /* Refers to the Directory
Services Plug-Ins folder on Mac OS X */
kInstallerReceiptsFolderType = 'rcpt', /* Refers to the "Receipts" folder
in Mac OS X*/
kFileSystemSupportFolderType = 'fsys', /* Refers to the
[domain]/Library/Filesystems folder in Mac OS X*/
kAppleShareSupportFolderType = 'shar', /* Refers to the
[domain]/Library/Filesystems/AppleShare folder in Mac OS X*/
kAppleShareAuthenticationFolderType = 'auth', /* Refers to the
[domain]/Library/Filesystems/AppleShare/Authentication folder in Mac OS X*/
kMIDIDriversFolderType = 'midi' /* Refers to the MIDI Drivers
folder on Mac OS X*/
kLocalesFolderType = 'loc', /* PKE for Locales folder */
kFindByContentPluginsFolderType = 'fbcp' /* Find By Content Plug-ins */
kUsersFolderType = 'usrs', /* "Users" folder, contains one
folder for each user. */
kCurrentUserFolderType = 'cusr', /* The folder for the currently
logged on user. */
kCurrentUserRemoteFolderLocation = 'rusf', /* The remote folder for the
currently logged on user */
kCurrentUserRemoteFolderType = 'rusr', /* The remote folder location for
the currently logged on user */
kSharedUserDataFolderType = 'sdat', /* A Shared "Documents" folder,
readable & writeable by all users */
kVolumeSettingsFolderType = 'vsfd' /* Volume specific user information
goes here */
kAppleshareAutomountServerAliasesFolderType = 'srv', /* Appleshare puts
volumes to automount inside this folder. */
kPreMacOS91ApplicationsFolderType = 'epps', /* The "Applications" folder,
pre Mac OS 9.1 */
kPreMacOS91InstallerLogsFolderType = 'nlgf', /* The "Installer Logs"
folder, pre Mac OS 9.1 */
kPreMacOS91AssistantsFolderType = 'est', /* The "Assistants" folder, pre
Mac OS 9.1 */
kPreMacOS91UtilitiesFolderType = '|ti', /* The "Utilities" folder, pre
Mac OS 9.1 */
kPreMacOS91AppleExtrasFolderType = 'eex', /* The "Apple Extras" folder,
pre Mac OS 9.1 */
kPreMacOS91MacOSReadMesFolderType = '5or', /* The "Mac OS ReadMes"
folder, pre Mac OS 9.1 */
kPreMacOS91InternetFolderType = 'nnt', /* The "Internet" folder, pre Mac
OS 9.1 */
kPreMacOS91AutomountedServersFolderType = '_rv', /* The "Servers" folder,
pre Mac OS 9.1 */
kPreMacOS91StationeryFolderType = 'xdst' /* The "Stationery" folder, pre
Mac OS 9.1 */
/* special folder locations */
kBlessedFolder = 'blsf',
kRootFolder = 'rotf'
kCurrentUserFolderLocation = 'cusf' /* the magic 'Current User'
folder location*/
--
Gary
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.