Reviews (0)
For Workflow: List files by regex - single answer
List files by regex - single answer (1)
The create_temporary_directory beanshell creates a temporary directory and outputs the path to that directory.
The populate_directory beanshell creates several files within the temporary directory.
Once the directory has been populated, it is examined by the List_files_by_regex service and the file path to the one file matching 'c.*' i.e. starting with 'c' is output.
Created: 2008-09-27
Credits: Alan Williams