Directory Scan

io.directory-scan Input v0.1.0

Scans a directory and emits matching file metadata.

Ports

DirectionPortLabel
InputinputPath JSON
OutputfilesFiles
OutputemptyEmpty

Properties

PropertyTypeDefaultDescription
Directory
path
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 pattern
pattern
string "*" Glob matched against file names, e.g. *.json.
Recursive
recursive
boolean false Descend into subdirectories.
Include contents
includeFileContents
boolean false Read and emit each matched file's contents.
Content encoding
contentEncoding
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.