ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamSelectionList.TJamSelectionList.IsFolderToIgnore

Checks if the given object should be ignored when enumerating a directory.

Syntax
Pascal
class function IsFolderToIgnore(const name: String): Boolean;
Parameters 
Description 
const name: String 
The name of the object that should be checked. 

Boolean: True if the object should be ignored when enumerating a directory; false otherwise.