|
TPJSpecialFolderInfo
TPJSpecialFolderInfo class description
TPJSpecialFolderInfoProject: Shell Folders Unit. Unit: PJShellFolders. TPJSpecialFolderInfo is a non-visual component that provides information about a Windows special folders. To get information about a special folder set the FolderID property to the required special folder id. The run time only properties of the component can then be used to read off information about the folder. Test IsSupported to check if the folder is supported on the current platform. If the folder is not supported then both Path and DisplayName are empty. If IsVirtual is true then the folder is virtual and the Path property will be empty. If IsVirtual is false then the folder exists in the file system and the folder's path is given by the Path property. DisplayName gives the name used for the folder - for non-virtual folders this often has the same value as Path. Supporting functionsValid values for FolderID can be obtained using the TPJSpecialFolderEnum class. Supplying invalid values to FolderID will cause an exception to be raised. Use the IsValidSpecialFolderId function to check validity. SpecialFolderIdToStr returns the identifier of a valid folder ID. MethodsTPJSpecialFolderInfo defines no new methods. Properties
EventsTPJSpecialFolderInfo defines no new events. | ||||||||||||