ShellBrowser Delphi Components Documentation
ContentsIndexHome
Example

The following example illustrates how to add virtual folder "This PC" to the file list.

  lFileList.FileSystemOnly := false;
  lFileList.Add(TJamItemIdList.CreateForSpecialFolder(SF_DRIVES));