The following example shows how to add a well known folder as root:
JamShellTree.AddRoot(TJamItemIdList.Create(SF_CONTROL));
The following example shows how to add a file system folder as additional root.
JamShellTree.AddRoot(TJamItemIdList.Create('C:\'));