ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamSelectionList.TJamSelectionList.CompletePathSelected

Returns smallest complete selected path.

Syntax
Pascal
function CompletePathSelected(sFQPath: String): String; override;
Parameters 
Description 
sFQPath: String 
A full qualified path.  

The smallest complete selected path that is a parent of the given path.

C:</c> is selected complete -> CompletePathSelected(C:Programme) returns C:</c>