Directory Scan
io.directory-scan Input v0.1.0 Scans a directory and emits matching file metadata.
Ports
| Direction | Port | Label |
|---|---|---|
| Input | input | Path JSON |
| Output | files | Files |
| Output | empty | Empty |
Properties
| Property | Type | Default | Description |
|---|---|---|---|
Directorypath | string | "C:/incoming" | Absolute directory path to scan. |
Directory path (dynamic)pathPath | string | — | Optional dotted path to read the directory from the input instead. |
Glob patternpattern | string | "*" | Glob matched against file names, e.g. *.json. |
Recursiverecursive | boolean | false | Descend into subdirectories. |
Include contentsincludeFileContents | boolean | false | Read and emit each matched file's contents. |
Content encodingcontentEncoding | select | "utf8" | Encoding used when reading file contents. utf8base64 |
This page is generated from the node registry by gen-node-docs.mjs on every
site build — ports, properties, defaults and visibility rules cannot drift from the code.