ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellControls.TJamShellList.GetFullPath

Returns the full file system path of the TJamShellListItem at the given Index.

Syntax
Pascal
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.