ShellBrowser Delphi Components Documentation
|
Returns the full file system path of the TJamShellListItem at the given Index.
function GetFullPath(Index: Integer): UnicodeString; overload; deprecated;
Parameters |
Description |
Index: Integer |
The index of the item. |
The file system path of the item.
This method returns name, extension and full path of a given TJamShellListItem of a TJamShellList. Since the extensions of the file may be not displayed dependent on the user's settings it is important that you use GetFullPath instead of TJamShellListItem.Caption.