ShellBrowser Delphi Components Documentation
|
Gets or sets the current folder.
property FolderIdList: IItemIdList;
The following example shows how to open a filesystem folder:
FolderIdList := TJamItemIdList.Create('C:PathToFolder');
The following example shows how to open the Windows directory:
FolderIdList := TJamItemIdList.CreateForSpecialFolder(SF_WINDOWS);