ShellBrowser Delphi Components Documentation
|
The path of the current folder, suffixed with ''.
property Path: TFileName;
This property allows you to get or set the folder, that is currently displayed in the ShellList. If you want to set a a non file system folder, use the SpecialFolder or FolderIdList properties.
If the current folder does not have a file system path (e.g. SpecialFolder or locations on an attached mobile phone), a displayable name or path will be returned. Use FolderIdList.DisplayName(TItemIdListDisplayNameFormat) for other formattings of the path or name of the folder.