Read Binary Files
The Read Binary Files node is used to read multiple files from the host machine that runs Studio.
Node Reference
- File Selector field: This is a field that is used to specify the type of files to be read. For example,
*.jpg
. - Property Name field: Name of the binary property to which to write the data of the read files.
It is also possible to select files from a certain directory, by specifying the path in the File Selector field. For example, /data/folder/*.jpg
.
Example Usage
1. Start node
The start node exists by default when you create a new workflow.
2. Read Binary Files node
- Enter the type of files you want to read in the File Selector field.
- Click on Execute Node to run the workflow.