FAQ & Knowledge Base

Welcome to our Knowledge Base. Search or browse through the topics below to find answers to your questions.

Categories: ShellBrowser Delphi Components | Show all categories

Is selected item a folder

Question / Problem

How can I find out if an item in the TJamShellList is a directory?

Answer / Solution

You can use a statement like this:
ShellList.Selected.IsFolder;