FileArrayPrinter
org.resurgence.actor.FileArrayPrinter

This actor reads a directory and writes a string array of the non-hidden, readable files in it, including their path names. The files can be filtered by their extension.

Author(s): Wibke Sudholt, University and ETH Zurich, October 2004
Version:$Id: FileArrayPrinter.java,v 1.2 2005/03/18 18:16:58 sudholt Exp $


trigger
The input port, which is a trigger.

files
The output port, which is an array with the file paths and names.



directory
The port or parameter, which is a string with the directory name.

filter
The parameter, which is a string with the file extension filter.