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);