ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellControls.TJamShellList.GetFullPath

Returns the full file system path of the given TJamShellListItem

Syntax
Pascal
function GetFullPath(Item: TJamShellListItem): UnicodeString; overload; deprecated;
Parameters 
Description 
Item: TJamShellListItem 
The TJamShellListItem the path is requested for. 

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.