Hi, Ming Wu <wuming at gmail.com>: > Do we have an actor, which input is a list of file names, and this > actor output the file name in the list one by one, instead of an array > of file names.
You can use String Splitter and Array to Sequence actors. These two combined will do what you need. Please use at least DDF director (at least DDF == not SDF) and in the Array to Sequence actor, please uncheck the enforceArrayLength checkbox. Then you will be able to have any number of entries in the list of file names. Regards, Tomek -- Tomasz Zok Poznan Supercomputing and Networking Center ul. Noskowskiego 10, 61-704 Poznan, POLAND http://www.man.poznan.pl

