ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamSelectionList.TJamBaseSelectionList.Paths

List of the selected files.

Syntax
Pascal
property Paths: TFileNames;

With this property you can access the list of path, that were selected by the user using the checkboxes. This property is of type TStrings and so inherits methods like SaveToFile, SaveToStream, etc (see Delphi's VCL help for details). With TJamSelectionList.FindNext you can enumerate the files of the current selection.  

If the SelectionList contains all files of a parentfolder it might report "parentfolder*". Use TJamSelectionList.GetListOfAllFiles or iterate files using TJamSelectionList.FindNext in case you need single files instead.