|
ShellBrowser Delphi Components Documentation
|
Checks if the given object should be ignored when enumerating a directory.
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.