ComfyUI Node
glob
Finds paths matching a pattern. This node returns a list of paths matching the given pattern. The pattern follows shell-style wildcard rules: * - matches any number of characters ? - matches a single character [seq] - matches any character in seq [!seq] - matches any character not in seq
glob
- matching paths
◄pattern*.txt►
◄recursivefalse►
CategoryBasic/Path
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| pattern | STRING | *.txt | — |
| recursiveopt | BOOLEAN | false | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| matching paths | STRING | — |