PathFilterDelegate Description delegate Tinman.Core.IO.PathFilterDelegate path : Path The Path to filter. isFile : bool true if path points to an existing file, false if it points to an existing directory. returns → bool true to include path in subsequent processing, false to exclude it from subsequent processing. Filters files and directories for subsequent processing. Path PathFinder