Alias: null
Common Name: StreamDirectoryFiles
Class: org. imirsel. m2k. io. StreamDirectoryFiles

Overview: Streams the files from a specified directory containing the File Name Filter string.

Detailed Description: This module will output a stream of files from a specified directory. A file name filter allows only files containing a certain string to be output, should for instance, a directory contain different file types, and it is desired to only operate on a single file type.

Data Handling: The input data is not modified.


Inputs:

Outputs:
File
java. io. File
File



Properties:
Directory Path
Directory path from which to stream files

File Name Filter
Only files that contain the file name filter string will be output (e.g. '.wav' will output only the .WAV files in the given directory.