JVCL Help:TFromDirectory

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Identifies specific folders.

run\JvBrowseFolder.pas


Pascal

 run\JvBrowseFolder.pas
 TFromDirectory = (
fdNoSpecialFolder,
fdRootFolder,
fdRecycleBin,
fdControlPanel,
fdDesktop,
fdDesktopDirectory,
fdMyComputer,
fdFonts,
fdNetHood,
fdNetwork,
fdPersonal,
fdPrinters,
fdPrograms,
fdRecent,
fdSendTo,
fdStartMenu,
fdStartup,
fdTemplates,
fdStartUpNonLocalized,
fdCommonStartUpNonLocalized,
fdCommonDocuments,
fdCommonFavorites,
fdCommonPrograms,
fdCommonStartUp,
fdCommonTemplates,
fdCookies,
fdFavorites,
fdHistory,
fdInternet,
fdMyMusic,
fdPrinthood,
fdConnections,
fdAppData,
fdInternetCache,
fdAdminTools,
fdCommonAdminTools,
fdCommonAppData,
fdLocalAppData,
fdMyPictures,
fdProfile,
fdProgramFiles,
fdProgramFilesCommon,
fdSystem,
fdWindows,
fdCDBurnArea,
fdCommonMusic,
fdCommonPictures,
fdCommonVideo,
fdMyDocuments,
fdMyVideo,
fdProfiles,
fdResources,
fdResourcesLocalized,
fdCommonOEMLinks,
fdComputersNearMe
);


Members

Members Description
fdNoSpecialFolder Specifies that the directory specified by Directory should be used.
fdRootFolder The namespace root (the desktop folder).
fdRecycleBin The virtual folder containing the objects in the user's Recycle Bin.
fdControlPanel The virtual folder containing icons for the Control Panel applications.
fdDesktop The virtual folder representing the windows desktop, the root of the namespace.
fdDesktopDirectory A typical path is 'C:Documents and SettingsusernameDesktop'.
fdMyComputer The folder may also contain mapped network drives.
fdFonts A typical path is 'C:WindowsFonts'.
fdNetHood It is not the same as fdNetwork, which represents the network namespace root. A typical path is 'C:Documents and SettingsusernameNetHood'.
fdNetwork A virtual folder representing Network Neighborhood, the root of the network namespace hierarchy.
fdPersonal A typical path is 'C:Documents and SettingsusernameMy Documents'. This should be distinguished from the virtual My Documents folder in the namespace, identified by fdMyDocuments.
fdPrinters The virtual folder containing installed printers.
fdPrograms A typical path is 'C:Documents and SettingsusernameStart MenuPrograms'.
fdRecent A typical path is 'C:Documents and SettingsusernameMy Recent Documents'.
fdSendTo A typical path is 'C:Documents and SettingsusernameSendTo'.
fdStartMenu A typical path is 'C:Documents and SettingsusernameStart Menu'.
fdStartup The system starts these programs whenever any user logs onto windows NT or starts windows 95. A typical path is 'C:Documents and SettingsusernameStart MenuProgramsStartup'.
fdTemplates A typical path is 'C:Documents and SettingsusernameTemplates'.
fdStartUpNonLocalized The file system directory that corresponds to the user's nonlocalized Startup program group.
fdCommonStartUpNonLocalized Valid only for windows NT systems.
fdCommonDocuments A typical paths is 'C:Documents and SettingsAll UsersDocuments'. Valid for windows NT systems, and windows 95 and 98 systems with Shfolder.dll installed.
fdCommonFavorites Valid only for windows NT systems.
fdCommonPrograms A typical path is 'C:Documents and SettingsAll UsersStart MenuPrograms'. Valid only for windows NT systems.
fdCommonStartUp A typical path is 'C:Documents and SettingsAll UsersStart MenuProgramsStartup'. Valid only for windows NT systems.
fdCommonTemplates A typical path is 'C:Documents and SettingsAll UsersTemplates'. Valid only for windows NT systems.
fdCookies A typical path is 'C:Documents and SettingsusernameCookies'.
fdFavorites A typical path is 'C:Documents and SettingsusernameFavorites'.
fdHistory The file system directory that serves as a common repository for Internet history items.
fdInternet A virtual folder representing the Internet.
fdMyMusic A typical path is 'C:Documents and SettingsUserMy DocumentsMy Music'.
fdPrinthood A typical path is 'C:Documents and SettingsusernamePrintHood'.
fdConnections A virtual folder that contains network and dial-up connections.
fdAppData A typical path is 'C:Documents and SettingsusernameApplication Data'.
fdInternetCache A typical path is 'C:Documents and SettingsusernameLocal SettingsTemporary Internet Files'.
fdAdminTools Version 5.0. The file system directory that is used to store administrative tools for an individual user.
fdCommonAdminTools Version 5.0. The file system directory containing administrative tools for all users of the computer.
fdCommonAppData A typical path is 'C:Documents and SettingsAll UsersApplication Data'.
fdLocalAppData A typical path is 'C:Documents and SettingsusernameLocal SettingsApplication Data'.
fdMyPictures A typical path is 'C:Documents and SettingsusernameMy DocumentsMy Pictures'.
fdProfile A typical path is 'C:Documents and Settingsusername'. Applications should not create files or folders at this level; they should put their data under the locations referred to by fdAppData or fdLocalAppData.
fdProgramFiles A typical path is 'C:Program Files'.
fdProgramFilesCommon A typical path is 'C:Program FilesCommon'. Valid only for windows NT, 2000 and XP systems. Not valid for windows Me.
fdSystem A typical path is 'C:WindowsSystem32'.
fdWindows This corresponds to the %windir% or %SYSTEMROOT% environment variables. A typical path is 'C:Windows'.
fdCDBurnArea A typical path is 'C:Documents and SettingsusernameLocal' Settings\Application DataMicrosoftCD Burning.
fdCommonMusic A typical path is 'C:Documents and SettingsAll UsersDocumentsMy Music'.
fdCommonPictures A typical path is 'C:Documents and SettingsAll UsersDocumentsMy Pictures'.
fdCommonVideo A typical path is 'C:Documents and SettingsAll UsersDocumentsMy Videos'.
fdMyDocuments This should not be confused with fdPersonal, which represents the file system folder that physically stores the documents.
fdMyVideo A typical path is 'C:Documents and SettingsusernameMy DocumentsMy Videos'.
fdProfiles A typical path is 'C:Documents and Settings'.
fdResources A typical path is 'C:WindowsResources'.
fdResourcesLocalized A typical path is 'C:WindowsResourceslangid'.
fdCommonOEMLinks The folder containing links to OEM specific applications for all users.
fdComputersNearMe Nearness it is established by common work group membership.

run\JvBrowseFolder.pas


Description

The TFromDirectory type defines values that represent specific folders, frequently used by applications, but which may not have the same name or location on any given system. Use a TFromDirectory value to specify a specific folder in a unique system-independent way.

run\JvBrowseFolder.pas


About

Navigation

no pages or subcategories

run\JvBrowseFolder.pas


Notes

Some flags are not supported on all Shell32.dll versions, these flags are marked with a version number. This version number indicates that the programming element was first implemented in that version and will also be found in all subsequent versions of the DLL. If no version number is specified, the programming element is implemented in all versions.

run\JvBrowseFolder.pas


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page