Frends.Files.Find / 1.1.0
Summary
Lists the files in a directory that match a pattern, without opening any of them.
Typical use — the discovery step that decides whether a Process has work to do, and what to loop over
Input parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| Directory | String |
"c:\" |
C:\directory\ |
Root directory where the pattern matching should start |
| Pattern | String |
"**\Folder\*.xml" |
**\Folder\*.xml |
Pattern to match for files. |